You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/08 09:14:30 UTC

[camel] branch master updated: Fixed SpringFileConsumerPreMoveTest

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

acosentino 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 aa287bd  Fixed SpringFileConsumerPreMoveTest
aa287bd is described below

commit aa287bd0514a79d84b8f3a2093815688e9d2656e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 8 10:14:03 2019 +0100

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

diff --git a/components/camel-spring/src/test/resources/org/apache/camel/spring/file/SpringFileConsumerPreMoveTest.xml b/components/camel-spring/src/test/resources/org/apache/camel/spring/file/SpringFileConsumerPreMoveTest.xml
index 6e5f83b..8a2765d 100644
--- a/components/camel-spring/src/test/resources/org/apache/camel/spring/file/SpringFileConsumerPreMoveTest.xml
+++ b/components/camel-spring/src/test/resources/org/apache/camel/spring/file/SpringFileConsumerPreMoveTest.xml
@@ -26,7 +26,7 @@
 
     <camelContext xmlns="http://camel.apache.org/schema/spring">
         <route>
-            <from uri="file://target/premove?initialDelay=0&amp;delay=10&amp;preMove=work/work-${file:name}"/>
+            <from uri="file://target/data/premove?initialDelay=0&amp;delay=10&amp;preMove=work/work-${file:name}"/>
             <process ref="checker"/>
             <to uri="mock:result"/>
         </route>