CAMEL-8478: IdempotentRepository - Add clear operation, align 
FtpConsumerIdempotentRefTest with clear operation


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

Branch: refs/heads/master
Commit: e12ff48f064becae705cbc846b74fc88dc14f25c
Parents: b346017
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Fri Jul 3 17:07:47 2015 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Fri Jul 3 17:07:47 2015 +0200

----------------------------------------------------------------------
 .../component/file/remote/FtpConsumerIdempotentRefTest.java      | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e12ff48f/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerIdempotentRefTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerIdempotentRefTest.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerIdempotentRefTest.java
index e56fb30..48c0e0c 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerIdempotentRefTest.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerIdempotentRefTest.java
@@ -98,6 +98,10 @@ public class FtpConsumerIdempotentRefTest extends 
FtpServerTestSupport {
         public boolean confirm(String key) {
             return true;
         }
+        
+        public void clear() {
+            return;  
+        }
 
         public void start() throws Exception {
         }

Reply via email to