Repository: camel
Updated Branches:
  refs/heads/master 693d289e8 -> 9c2ea186a


CAMEL-7525: Added readLockMarkerFile to allow end users to turn it off for 
changed/rename read locks.


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

Branch: refs/heads/master
Commit: 9c2ea186a030517faa47ad3329d55b5f2e841a77
Parents: 693d289
Author: Claus Ibsen <[email protected]>
Authored: Fri Jul 4 15:03:37 2014 +0200
Committer: Claus Ibsen <[email protected]>
Committed: Fri Jul 4 15:03:37 2014 +0200

----------------------------------------------------------------------
 .../file/FileConsumerBridgeRouteExceptionHandlerTest.java       | 5 +++++
 .../component/file/FileConsumerCustomExceptionHandlerTest.java  | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9c2ea186/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBridgeRouteExceptionHandlerTest.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBridgeRouteExceptionHandlerTest.java
 
b/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBridgeRouteExceptionHandlerTest.java
index 3c7fad0..8321de5 100644
--- 
a/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBridgeRouteExceptionHandlerTest.java
+++ 
b/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBridgeRouteExceptionHandlerTest.java
@@ -116,6 +116,11 @@ public class FileConsumerBridgeRouteExceptionHandlerTest 
extends ContextTestSupp
             // noop
         }
 
+        @Override
+        public void setMarkerFiler(boolean markerFile) {
+            // noop
+        }
+
         public int getCounter() {
             return counter;
         }

http://git-wip-us.apache.org/repos/asf/camel/blob/9c2ea186/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCustomExceptionHandlerTest.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCustomExceptionHandlerTest.java
 
b/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCustomExceptionHandlerTest.java
index f074ab8..6d05550 100644
--- 
a/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCustomExceptionHandlerTest.java
+++ 
b/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCustomExceptionHandlerTest.java
@@ -173,6 +173,11 @@ public class FileConsumerCustomExceptionHandlerTest 
extends ContextTestSupport {
             // noop
         }
 
+        @Override
+        public void setMarkerFiler(boolean markerFile) {
+            // noop
+        }
+
         public int getCounter() {
             return counter;
         }

Reply via email to