You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/30 09:17:43 UTC

[camel] branch master updated: CAMEL-14805: Fixed tests

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 04b2538  CAMEL-14805: Fixed tests
04b2538 is described below

commit 04b25389163a58c8864cc2753667bee70a84a2aa
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 30 11:17:11 2020 +0200

    CAMEL-14805: Fixed tests
---
 .../java/org/apache/camel/component/kafka/KafkaComponentTest.java    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/KafkaComponentTest.java b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/KafkaComponentTest.java
index 8182dce..b976736 100644
--- a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/KafkaComponentTest.java
+++ b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/KafkaComponentTest.java
@@ -32,11 +32,6 @@ import org.junit.Test;
 
 public class KafkaComponentTest extends CamelTestSupport {
 
-    @Override
-    public boolean isUseRouteBuilder() {
-        return false;
-    }
-
     @Test
     public void testPropertiesSet() throws Exception {
         String uri = "kafka:mytopic?brokers=broker1:12345,broker2:12566&partitioner=com.class.Party";