You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/05/19 21:17:46 UTC

[2/3] activemq-artemis git commit: Remove unnecessary check

Remove unnecessary check

When this test is run from QueueControlUsingCoreTest the connection
count check will fail because of the request/reply semantics of the
test itself.


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/63f7837a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/63f7837a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/63f7837a

Branch: refs/heads/master
Commit: 63f7837a4d96531013d335c029fd55f74fa2e6c6
Parents: d24f2eb
Author: jbertram <jb...@apache.org>
Authored: Tue May 19 12:48:46 2015 -0500
Committer: jbertram <jb...@apache.org>
Committed: Tue May 19 12:48:46 2015 -0500

----------------------------------------------------------------------
 .../artemis/tests/integration/management/QueueControlTest.java      | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/63f7837a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java
index e6cb6a0..e3e00c7 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/QueueControlTest.java
@@ -539,7 +539,6 @@ public class QueueControlTest extends ManagementTestBase
 
       assertEquals(2, srvqueue.getDeliveringCount());
       assertEquals(2, srvqueue.getConsumerCount());
-      assertEquals(2, server.getConnectionCount());
 
       System.out.println(queueControl.listDeliveringMessagesAsJSON());