Author: davsclaus
Date: Fri Jun 15 13:36:37 2012
New Revision: 1350615
URL: http://svn.apache.org/viewvc?rev=1350615&view=rev
Log:
Fixed test
Modified:
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ShutdownDeferTest.xml
Modified:
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ShutdownDeferTest.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ShutdownDeferTest.xml?rev=1350615&r1=1350614&r2=1350615&view=diff
==============================================================================
---
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ShutdownDeferTest.xml
(original)
+++
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/ShutdownDeferTest.xml
Fri Jun 15 13:36:37 2012
@@ -31,7 +31,6 @@
<camelContext xmlns="http://camel.apache.org/schema/spring">
<route startupOrder="1">
<from uri="seda:foo"/>
- <delay><constant>1000</constant></delay>
<to uri="file://target/deferred"/>
</route>