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 2013/08/08 10:37:59 UTC

[1/3] git commit: CAMEL-6610 fixed the test error of SpringWireTapTest

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 <ni...@apache.org>
Authored: Thu Aug 8 16:29:19 2013 +0800
Committer: Willem Jiang <ni...@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>


[3/3] git commit: CAMEL-6610 fixed the test error of SpringWireTapTest

Posted by ni...@apache.org.
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/0cc229d9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0cc229d9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0cc229d9

Branch: refs/heads/camel-2.10.x
Commit: 0cc229d9e8320af69089ed76449334b0b299ea91
Parents: af833fd
Author: Willem Jiang <ni...@apache.org>
Authored: Thu Aug 8 16:29:19 2013 +0800
Committer: Willem Jiang <ni...@apache.org>
Committed: Thu Aug 8 16:37:11 2013 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/0cc229d9/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>


[2/3] git commit: CAMEL-6610 fixed the test error of SpringWireTapTest

Posted by ni...@apache.org.
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/94d2c1d7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/94d2c1d7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/94d2c1d7

Branch: refs/heads/camel-2.11.x
Commit: 94d2c1d7ebba2c21e33e4fb932308f6f3764cc00
Parents: 4e598d1
Author: Willem Jiang <ni...@apache.org>
Authored: Thu Aug 8 16:29:19 2013 +0800
Committer: Willem Jiang <ni...@apache.org>
Committed: Thu Aug 8 16:32:12 2013 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/94d2c1d7/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>