mirror of https://github.com/apache/activemq.git
fix broken test after: https://issues.apache.org/jira/browse/AMQ-4516
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1485262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e71964291
commit
649876b931
|
@ -540,7 +540,7 @@ public class ExpiredMessagesWithNoConsumerTest extends CombinationTestSupport {
|
|||
|
||||
LOG.info("expired=" + view.getExpiredCount() + " " + view.getEnqueueCount());
|
||||
assertEquals(10, view.getExpiredCount());
|
||||
assertEquals(0, view.getEnqueueCount());
|
||||
assertEquals(10, view.getEnqueueCount());
|
||||
|
||||
final AtomicLong received = new AtomicLong();
|
||||
sub = session.createDurableSubscriber(destination, "mySub");
|
||||
|
|
Loading…
Reference in New Issue