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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new e2df871  Polished
e2df871 is described below

commit e2df871229a0c209cfa026bbac2bea835c17ca7a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 8 15:38:49 2020 +0200

    Polished
---
 .../faulttolerance/SpringFaultToleranceRouteFallbackTest.xml            | 2 +-
 .../microprofile/faulttolerance/SpringFaultToleranceRouteOkTest.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-microprofile-fault-tolerance/src/test/resources/org/apache/camel/component/microprofile/faulttolerance/SpringFaultToleranceRouteFallbackTest.xml
 
b/components/camel-microprofile-fault-tolerance/src/test/resources/org/apache/camel/component/microprofile/faulttolerance/SpringFaultToleranceRouteFallbackTest.xml
index 39dbe97..e99c5f7 100644
--- 
a/components/camel-microprofile-fault-tolerance/src/test/resources/org/apache/camel/component/microprofile/faulttolerance/SpringFaultToleranceRouteFallbackTest.xml
+++ 
b/components/camel-microprofile-fault-tolerance/src/test/resources/org/apache/camel/component/microprofile/faulttolerance/SpringFaultToleranceRouteFallbackTest.xml
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="
                http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd
-               http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd ">
+               http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>
 
   <camelContext xmlns="http://camel.apache.org/schema/spring";>
     <route>
diff --git 
a/components/camel-microprofile-fault-tolerance/src/test/resources/org/apache/camel/component/microprofile/faulttolerance/SpringFaultToleranceRouteOkTest.xml
 
b/components/camel-microprofile-fault-tolerance/src/test/resources/org/apache/camel/component/microprofile/faulttolerance/SpringFaultToleranceRouteOkTest.xml
index 1e2b139..92826d9 100644
--- 
a/components/camel-microprofile-fault-tolerance/src/test/resources/org/apache/camel/component/microprofile/faulttolerance/SpringFaultToleranceRouteOkTest.xml
+++ 
b/components/camel-microprofile-fault-tolerance/src/test/resources/org/apache/camel/component/microprofile/faulttolerance/SpringFaultToleranceRouteOkTest.xml
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="
                http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd
-               http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd ">
+               http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>
 
   <camelContext xmlns="http://camel.apache.org/schema/spring";>
     <route>

Reply via email to