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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 356c807bfa83813d390bbfcbb3fbe60ec4fcd569
Author: Dmitry Volodin <[email protected]>
AuthorDate: Thu Nov 1 20:25:04 2018 +0300

    CAMEL-12908: Add reproducer code
---
 .../src/test/resources/org/apache/camel/component/rest/RestRefTest.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-spring/src/test/resources/org/apache/camel/component/rest/RestRefTest.xml
 
b/components/camel-spring/src/test/resources/org/apache/camel/component/rest/RestRefTest.xml
index c53d943..246c2a9 100644
--- 
a/components/camel-spring/src/test/resources/org/apache/camel/component/rest/RestRefTest.xml
+++ 
b/components/camel-spring/src/test/resources/org/apache/camel/component/rest/RestRefTest.xml
@@ -54,7 +54,7 @@
         <constant>Hello World</constant>
       </transform>
     </route>
-    <route>
+    <route id="route1">
       <from uri="direct:bye"/>
       <transform>
         <constant>Bye World</constant>

Reply via email to