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 b24be46  Fixed tests
b24be46 is described below

commit b24be461415e61ac5e0e06e02c99fc3fed82d38c
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jan 29 08:45:15 2019 +0100

    Fixed tests
---
 .../camel/spring/processor/idempotent/fileConsumerIdempotentTest.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/idempotent/fileConsumerIdempotentTest.xml
 
b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/idempotent/fileConsumerIdempotentTest.xml
index bb2c385..2002d93 100644
--- 
a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/idempotent/fileConsumerIdempotentTest.xml
+++ 
b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/idempotent/fileConsumerIdempotentTest.xml
@@ -26,7 +26,7 @@
 
     <!-- START SNIPPET: example -->
     <!-- this is our file based idempotent store configured to use the 
.filestore.dat as file -->
-    <bean id="fileStore" 
class="org.apache.camel.processor.idempotent.FileIdempotentRepository">
+    <bean id="fileStore" 
class="org.apache.camel.support.processor.idempotent.FileIdempotentRepository">
         <!-- the filename for the store -->
         <property name="fileStore" 
value="target/fileidempotent/.filestore.dat"/>
         <!-- the max filesize in bytes for the file. Camel will trunk and 
flush the cache

Reply via email to