You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2017/12/05 11:20:33 UTC

[2/2] qpid-broker-j git commit: QPID-6933: [System Tests] Remove redundant assert

QPID-6933: [System Tests] Remove redundant assert


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/c2412ba4
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/c2412ba4
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/c2412ba4

Branch: refs/heads/master
Commit: c2412ba4a3b87117401006a77867448a6bccd8b0
Parents: c37376a
Author: Alex Rudyy <or...@apache.org>
Authored: Tue Dec 5 11:18:13 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Tue Dec 5 11:18:13 2017 +0000

----------------------------------------------------------------------
 .../apache/qpid/systests/jms_1_1/transaction/MaxDeliveryTest.java | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/c2412ba4/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/transaction/MaxDeliveryTest.java
----------------------------------------------------------------------
diff --git a/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/transaction/MaxDeliveryTest.java b/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/transaction/MaxDeliveryTest.java
index 1cd81d9..316c7d0 100644
--- a/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/transaction/MaxDeliveryTest.java
+++ b/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/transaction/MaxDeliveryTest.java
@@ -188,9 +188,6 @@ public class MaxDeliveryTest extends JmsTestBase
             assertTrue("Messages were not received in timely manner",
                        deliveryLatch.await(expectedNumberOfDeliveries * getReceiveTimeout(), TimeUnit.MILLISECONDS));
             assertNull("Unexpected throwable in MessageListener", messageListenerThrowable.get());
-            assertEquals("Unexpected number of total queue messages",
-                         numberOfEvenMessages,
-                         getTotalDepthOfQueuesMessages());
 
             verifyDeadLetterQueueMessages(connection, dlqName, numberOfEvenMessages);
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org