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.
This commit is contained in:
jbertram 2015-05-19 12:48:46 -05:00
parent d24f2eb10f
commit 63f7837a4d
1 changed files with 0 additions and 1 deletions

View File

@ -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());