mirror of https://github.com/apache/activemq.git
fix test to reflect recent changes in how Topic statistics are updated.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1487653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
646d0234d7
commit
0c08d62fa3
|
@ -565,7 +565,7 @@ public class ExpiredMessagesWithNoConsumerTest extends CombinationTestSupport {
|
|||
|
||||
assertEquals(0, received.get());
|
||||
assertEquals(10, view.getExpiredCount());
|
||||
assertEquals(0, view.getEnqueueCount());
|
||||
assertEquals(10, view.getEnqueueCount());
|
||||
}
|
||||
|
||||
protected DestinationViewMBean createView(ActiveMQDestination destination) throws Exception {
|
||||
|
|
Loading…
Reference in New Issue