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 a002304 Camel-CMIS: Fixed tests a002304 is described below commit a002304e8ab9019c940d2cb96278e258a198cea7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 23 11:32:03 2019 +0200 Camel-CMIS: Fixed tests --- .../test/java/org/apache/camel/component/cmis/CMISConsumerTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-cmis/src/test/java/org/apache/camel/component/cmis/CMISConsumerTest.java b/components/camel-cmis/src/test/java/org/apache/camel/component/cmis/CMISConsumerTest.java index 242ba6f..0839cd1 100644 --- a/components/camel-cmis/src/test/java/org/apache/camel/component/cmis/CMISConsumerTest.java +++ b/components/camel-cmis/src/test/java/org/apache/camel/component/cmis/CMISConsumerTest.java @@ -91,11 +91,6 @@ public class CMISConsumerTest extends CMISTestSupport { } @Override - public boolean isUseRouteBuilder() { - return false; - } - - @Override @Before public void setUp() throws Exception { super.setUp();