Updated Branches:
  refs/heads/master 4f840ca47 -> 13c1dd9f4

Fixed test


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

Branch: refs/heads/master
Commit: 13c1dd9f4f88887fde0b47638c8147ed712e561a
Parents: 4f840ca
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed Jun 19 17:58:15 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Jun 19 17:58:15 2013 +0200

----------------------------------------------------------------------
 .../org/apache/camel/spring/processor/removeHeadersExclude.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/13c1dd9f/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/removeHeadersExclude.xml
----------------------------------------------------------------------
diff --git 
a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/removeHeadersExclude.xml
 
b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/removeHeadersExclude.xml
index 0a8be93..58d80b7 100644
--- 
a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/removeHeadersExclude.xml
+++ 
b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/removeHeadersExclude.xml
@@ -31,7 +31,7 @@
             <removeHeaders pattern="Beer*" 
excludePattern="Beer(Heineken|Tuborg)"/>
             <!-- remove the header with the name foo -->
             <removeHeaders pattern="foo"/>
-            <to uri="mock:end"/>
+            <to uri="mock:result"/>
         </route>
     </camelContext>
     <!-- END SNIPPET: example -->

Reply via email to