Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CC102200D53 for ; Tue, 5 Dec 2017 12:20:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CA7C7160C0A; Tue, 5 Dec 2017 11:20:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1D462160C1B for ; Tue, 5 Dec 2017 12:20:33 +0100 (CET) Received: (qmail 84694 invoked by uid 500); 5 Dec 2017 11:20:33 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 84685 invoked by uid 99); 5 Dec 2017 11:20:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2017 11:20:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 77EA3F5F90; Tue, 5 Dec 2017 11:20:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: orudyy@apache.org To: commits@qpid.apache.org Date: Tue, 05 Dec 2017 11:20:33 -0000 Message-Id: <193db62aa98c44bea06ab8df9f4d3d1c@git.apache.org> In-Reply-To: <5f55371b38fb4943a213814cbbf653f1@git.apache.org> References: <5f55371b38fb4943a213814cbbf653f1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] qpid-broker-j git commit: QPID-6933: [System Tests] Remove redundant assert archived-at: Tue, 05 Dec 2017 11:20:35 -0000 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 Authored: Tue Dec 5 11:18:13 2017 +0000 Committer: Alex Rudyy 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