mirror of https://github.com/apache/activemq.git
Fix broken test case
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@661683 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ecc89eca0
commit
76207f168e
|
@ -44,6 +44,7 @@ public class SubscriptionAddRemoveQueueTest extends TestCase {
|
|||
@Override
|
||||
public void setUp() throws Exception {
|
||||
BrokerService brokerService = new BrokerService();
|
||||
brokerService.start();
|
||||
ActiveMQDestination destination = new ActiveMQQueue("TEST");
|
||||
DestinationStatistics parentStats = new DestinationStatistics();
|
||||
parentStats.setEnabled(true);
|
||||
|
|
Loading…
Reference in New Issue