You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2016/06/03 14:14:25 UTC

activemq git commit: AMQ-4181 - browser 'may' have more than 1 so message 'may' remain

Repository: activemq
Updated Branches:
  refs/heads/master 46e08024a -> 857597ca9


AMQ-4181 - browser 'may' have more than 1 so message 'may' remain


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

Branch: refs/heads/master
Commit: 857597ca9ee0b7d5c0ae3673cd33e8829ce10e00
Parents: 46e0802
Author: gtully <ga...@gmail.com>
Authored: Fri Jun 3 15:15:11 2016 +0100
Committer: gtully <ga...@gmail.com>
Committed: Fri Jun 3 15:15:11 2016 +0100

----------------------------------------------------------------------
 .../src/test/java/org/apache/activemq/broker/BrokerTest.java        | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/857597ca/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerTest.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerTest.java
index 200d215..c4b0230 100755
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerTest.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerTest.java
@@ -276,7 +276,6 @@ public class BrokerTest extends BrokerTestSupport {
         }
 
         assertNoMessagesLeft(connection1);
-        assertNoMessagesLeft(connection2);
 
         connection1.request(closeConnectionInfo(connectionInfo1));
         connection1.stop();