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 2012/08/18 16:04:14 UTC

svn commit: r1374584 - /camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/config/CamelProxyTest.xml

Author: ningjiang
Date: Sat Aug 18 14:04:14 2012
New Revision: 1374584

URL: http://svn.apache.org/viewvc?rev=1374584&view=rev
Log:
CAMEL-5518 fix a failed test

Modified:
    camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/config/CamelProxyTest.xml

Modified: camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/config/CamelProxyTest.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/config/CamelProxyTest.xml?rev=1374584&r1=1374583&r2=1374584&view=diff
==============================================================================
--- camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/config/CamelProxyTest.xml (original)
+++ camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/config/CamelProxyTest.xml Sat Aug 18 14:04:14 2012
@@ -23,7 +23,7 @@
     ">
 
     <!-- START SNIPPET: e1 -->
-    <camelContext xmlns="http://camel.apache.org/schema/spring">
+    <camelContext id="myCamel" xmlns="http://camel.apache.org/schema/spring">
 
         <!-- create a proxy that will route to the direct:start endpoint when invoked -->
         <proxy id="myProxySender"