Author: davsclaus Date: Wed Mar 13 13:50:37 2013 New Revision: 1455940 URL: http://svn.apache.org/r1455940 Log: Skip test
Modified: camel/branches/camel-2.10.x/ (props changed) camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/processor/RouteContextProcessorTest.java Propchange: camel/branches/camel-2.10.x/ ------------------------------------------------------------------------------ Merged /camel/trunk:r1455939 Propchange: camel/branches/camel-2.10.x/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/processor/RouteContextProcessorTest.java URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/processor/RouteContextProcessorTest.java?rev=1455940&r1=1455939&r2=1455940&view=diff ============================================================================== --- camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/processor/RouteContextProcessorTest.java (original) +++ camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/processor/RouteContextProcessorTest.java Wed Mar 13 13:50:37 2013 @@ -24,6 +24,8 @@ import org.apache.camel.builder.RouteBui import org.apache.camel.component.mock.MockEndpoint; /** + * This is a manual test to run + * * @version */ public class RouteContextProcessorTest extends ContextTestSupport { @@ -48,6 +50,10 @@ public class RouteContextProcessorTest e private static final int NUMBER_OF_MESSAGES = 10000; public void testForkAndJoin() throws InterruptedException { + // enable the other test method for manual testing + } + + public void xxxTestForkAndJoin() throws InterruptedException { MockEndpoint mock = getMockEndpoint("mock:result"); mock.expectedMessageCount(NUMBER_OF_MESSAGES);