You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/06/23 10:32:02 UTC

[3/3] git commit: CAMEL-6317: Fixed test in camel-spring

CAMEL-6317: Fixed test in camel-spring

Conflicts:
	components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml


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

Branch: refs/heads/camel-2.10.x
Commit: edda88471def0b682946f0eaa923b016145f1cbb
Parents: 195a6ae
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Jun 23 10:29:55 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Jun 23 10:31:26 2013 +0200

----------------------------------------------------------------------
 .../org/apache/camel/component/validator/camelContext.xml      | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/edda8847/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml b/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml
index 52029da..e575f25 100644
--- a/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml
+++ b/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml
@@ -38,6 +38,12 @@
                 </doFinally>
             </doTry>
         </route>
+
+        <route>
+            <from uri="direct:useNotASharedSchema"/>
+            <to uri="validator:org/apache/camel/component/validator/schema.xsd?useSharedSchema=false"/>
+            <to uri="mock:valid"/>
+        </route>
     </camelContext>
     <!-- END SNIPPET: example -->