Author: davsclaus
Date: Sun Jul 13 08:53:03 2008
New Revision: 676348
URL: http://svn.apache.org/viewvc?rev=676348&view=rev
Log:
CAME-713: Forced update of SimulatorTest to see if Bamboo picks up the comitted
code.
Modified:
activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/SimulatorTest.java
Modified:
activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/SimulatorTest.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/SimulatorTest.java?rev=676348&r1=676347&r2=676348&view=diff
==============================================================================
---
activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/SimulatorTest.java
(original)
+++
activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/SimulatorTest.java
Sun Jul 13 08:53:03 2008
@@ -16,7 +16,6 @@
*/
package org.apache.camel.processor;
-
import javax.naming.Context;
import org.apache.camel.ContextTestSupport;
@@ -62,7 +61,6 @@
assertNotNull("Should receive a response!", response);
String text = ExchangeHelper.getMandatoryOutBody(response,
String.class);
- log.info("Received: " + text);
assertStringContains(text, containedText);
}
@@ -88,4 +86,5 @@
return "Bye said " + value;
}
}
+
}
\ No newline at end of file