You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/09/05 03:10:11 UTC

svn commit: r692316 - /activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringInterceptorTest.xml

Author: ningjiang
Date: Thu Sep  4 18:10:11 2008
New Revision: 692316

URL: http://svn.apache.org/viewvc?rev=692316&view=rev
Log:
Revert the SpringInterceptorTest.xml change which should not be committed

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

Modified: activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringInterceptorTest.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringInterceptorTest.xml?rev=692316&r1=692315&r2=692316&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringInterceptorTest.xml (original)
+++ activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringInterceptorTest.xml Thu Sep  4 18:10:11 2008
@@ -27,10 +27,6 @@
     <intercept>
       <to uri="mock:middle1"/>
     </intercept>
-    <intercept>
-      <to uri="mock:middle2"/>
-      <stop/>
-    </intercept>
     <route>
       <from uri="direct:start"/>
       <to uri="mock:end"/>