You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2021/01/03 19:54:45 UTC

[camel] branch xml-namespace-cleanups updated: fix the failing test

This is an automated email from the ASF dual-hosted git repository.

bvahdat pushed a commit to branch xml-namespace-cleanups
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/xml-namespace-cleanups by this push:
     new 4b29073  fix the failing test
4b29073 is described below

commit 4b290737a2f274030fa203984a92333b8c49e0be
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Sun Jan 3 20:54:19 2021 +0100

    fix the failing test
---
 .../test/resources/org/apache/camel/util/simpleRouteWithNamespaces.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core/src/test/resources/org/apache/camel/util/simpleRouteWithNamespaces.xml b/core/camel-core/src/test/resources/org/apache/camel/util/simpleRouteWithNamespaces.xml
index 6707fc0..d1fdbb6 100644
--- a/core/camel-core/src/test/resources/org/apache/camel/util/simpleRouteWithNamespaces.xml
+++ b/core/camel-core/src/test/resources/org/apache/camel/util/simpleRouteWithNamespaces.xml
@@ -18,7 +18,7 @@
 
 -->
 <!-- START SNIPPET: e1 -->
-<routes xmlns="http://camel.apache.org/schema/spring">
+<routes xmlns="http://camel.apache.org/schema/spring" xmlns:foo="http://foo" xmlns:bar="http://bar">
     <route id="foo">
         <from uri="direct:start"/>
         <choice>