Updated Branches:
  refs/heads/camel-2.10.x af833fdcc -> 0cc229d9e
  refs/heads/camel-2.11.x 4e598d18c -> 94d2c1d7e
  refs/heads/master d147e5f13 -> ef346f573


CAMEL-6610 fixed the test error of SpringWireTapTest


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ef346f57
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ef346f57
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ef346f57

Branch: refs/heads/master
Commit: ef346f5735937174f7d8277019c1b09e3e0851fa
Parents: d147e5f
Author: Willem Jiang <ningji...@apache.org>
Authored: Thu Aug 8 16:29:19 2013 +0800
Committer: Willem Jiang <ningji...@apache.org>
Committed: Thu Aug 8 16:29:19 2013 +0800

----------------------------------------------------------------------
 .../apache/camel/spring/processor/SpringWireTapTest.xml  | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ef346f57/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringWireTapTest.xml
----------------------------------------------------------------------
diff --git 
a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringWireTapTest.xml
 
b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringWireTapTest.xml
index 718f42f..9abd708 100644
--- 
a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringWireTapTest.xml
+++ 
b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringWireTapTest.xml
@@ -40,6 +40,17 @@
             <to uri="mock:result"/>
             <to uri="mock:tap"/>
         </route>
+        
+        <route>
+               <from uri="direct:test"/>
+               <wireTap uri="direct:a" id="wiretap_1" />
+               <to uri="mock:a"/>
+        </route>
+        
+        <route>
+            <from uri="direct:a"/>
+            <to uri="mock:b" />
+        </route>
     </camelContext>
 
 </beans>

Reply via email to