mirror of https://github.com/apache/activemq.git
Missed some commented out test code. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1128088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7092b19dd2
commit
0c4fe3ec9c
|
@ -100,10 +100,10 @@ public class MBeanTest extends EmbeddedBrokerTestSupport {
|
|||
|
||||
// test all the various MBeans now we have a producer, consumer and
|
||||
// messages on a queue
|
||||
// assertSendViaMBean();
|
||||
// assertQueueBrowseWorks();
|
||||
// assertCreateAndDestroyDurableSubscriptions();
|
||||
// assertConsumerCounts();
|
||||
assertSendViaMBean();
|
||||
assertQueueBrowseWorks();
|
||||
assertCreateAndDestroyDurableSubscriptions();
|
||||
assertConsumerCounts();
|
||||
assertProducerCounts();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue