Author: davsclaus
Date: Mon Jun 27 13:41:33 2011
New Revision: 1140158

URL: http://svn.apache.org/viewvc?rev=1140158&view=rev
Log:
Fixed test

Modified:
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlingInflightRoutePolicyContextScopeTest.java

Modified: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlingInflightRoutePolicyContextScopeTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlingInflightRoutePolicyContextScopeTest.java?rev=1140158&r1=1140157&r2=1140158&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlingInflightRoutePolicyContextScopeTest.java
 (original)
+++ 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlingInflightRoutePolicyContextScopeTest.java
 Mon Jun 27 13:41:33 2011
@@ -38,7 +38,6 @@ public class ThrottlingInflightRoutePoli
 
         MockEndpoint result = getMockEndpoint("mock:result");
         result.expectedBodiesReceived("A");
-        result.setMinimumResultWaitTime(1000);
 
         // only 1 message will get completed as the throttler will suspend the 
consumer
         // when A is done


Reply via email to