Author: ningjiang
Date: Mon Nov  9 09:52:00 2009
New Revision: 834005

URL: http://svn.apache.org/viewvc?rev=834005&view=rev
Log:
Fixed the test error of SpringThrottlingInflightRoutePolicyTest

Modified:
    
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ThrottlingInflightRoutePolicyTest.xml

Modified: 
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ThrottlingInflightRoutePolicyTest.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ThrottlingInflightRoutePolicyTest.xml?rev=834005&r1=834004&r2=834005&view=diff
==============================================================================
--- 
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ThrottlingInflightRoutePolicyTest.xml
 (original)
+++ 
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ThrottlingInflightRoutePolicyTest.xml
 Mon Nov  9 09:52:00 2009
@@ -36,7 +36,7 @@
     </bean>
 
     <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring";>
-        <route autoStartup="false" id="myRoute" routePolicyRef="myRoutePolicy">
+        <route id="myRoute" routePolicyRef="myRoutePolicy">
             <from uri="seda:foo?concurrentConsumers=20"/>
             <to uri="log:foo?groupSize=10"/>
             <to uri="mock:result"/>


Reply via email to