You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/05/19 08:10:19 UTC

svn commit: r776196 - /camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringDeadLetterChannelUseOriginalExchangeWithFileTest.xml

Author: davsclaus
Date: Tue May 19 06:10:19 2009
New Revision: 776196

URL: http://svn.apache.org/viewvc?rev=776196&view=rev
Log:
CAMEL-1625: Fixed unit test with Spring DSL.

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

Modified: camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringDeadLetterChannelUseOriginalExchangeWithFileTest.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringDeadLetterChannelUseOriginalExchangeWithFileTest.xml?rev=776196&r1=776195&r2=776196&view=diff
==============================================================================
--- camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringDeadLetterChannelUseOriginalExchangeWithFileTest.xml (original)
+++ camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringDeadLetterChannelUseOriginalExchangeWithFileTest.xml Tue May 19 06:10:19 2009
@@ -57,7 +57,7 @@
 
     <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
         <route errorHandlerRef="dead">
-            <from uri="file://target/originalexchange"/>
+            <from uri="file://target/originalexchange?noop=true"/>
             <setBody><simple>${in.body} World</simple></setBody>
             <process ref="myThrowProcessor"/>
         </route>