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/05/23 09:37:50 UTC

[camel] branch master updated: Camel-Disruptor: Fixed test

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 d23c535  Camel-Disruptor: Fixed test
d23c535 is described below

commit d23c53545b112008e0cc3ccadb70adf69f0c6009
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 23 11:37:28 2019 +0200

    Camel-Disruptor: Fixed test
---
 .../disruptor/FileDisruptorShutdownCompleteAllTasksTest.java         | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-disruptor/src/test/java/org/apache/camel/component/disruptor/FileDisruptorShutdownCompleteAllTasksTest.java b/components/camel-disruptor/src/test/java/org/apache/camel/component/disruptor/FileDisruptorShutdownCompleteAllTasksTest.java
index 11ca1e6..94500e7 100644
--- a/components/camel-disruptor/src/test/java/org/apache/camel/component/disruptor/FileDisruptorShutdownCompleteAllTasksTest.java
+++ b/components/camel-disruptor/src/test/java/org/apache/camel/component/disruptor/FileDisruptorShutdownCompleteAllTasksTest.java
@@ -68,9 +68,4 @@ public class FileDisruptorShutdownCompleteAllTasksTest extends CamelTestSupport
         // should route all 5
         assertEquals("Should complete all messages", 5, bar.getReceivedCounter());
     }
-
-    @Override
-    public boolean isUseRouteBuilder() {
-        return false;
-    }
 }