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 2019/08/05 07:26:49 UTC

[camel] branch master updated: CAMEL-12003: Fixed test

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 29db582  CAMEL-12003: Fixed test
29db582 is described below

commit 29db5822b1d682973ed099b03e2e50c961427ede
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 5 09:26:30 2019 +0200

    CAMEL-12003: Fixed test
---
 .../camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java b/components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java
index ff928f9..a2c9cc2 100644
--- a/components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java
+++ b/components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java
@@ -34,7 +34,6 @@ public class HazelcastSedaConcurrentConsumersTest extends CamelTestSupport {
     public void createConcurrentConsumers() throws Exception {
         int bodyCount = 5;
 
-        mock.expectedBodiesReceived("test");
         mock.expectedMessageCount(bodyCount);
 
         for (int i = 0; i < bodyCount; i++) {