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:
Robert Davies 2008-05-30 12:27:17 +00:00
parent 4ecc89eca0
commit 76207f168e
1 changed files with 1 additions and 0 deletions

View File

@ -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);