You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2008/05/30 14:27:18 UTC

svn commit: r661683 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/region/SubscriptionAddRemoveQueueTest.java

Author: rajdavies
Date: Fri May 30 05:27:17 2008
New Revision: 661683

URL: http://svn.apache.org/viewvc?rev=661683&view=rev
Log:
Fix broken test case

Modified:
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/region/SubscriptionAddRemoveQueueTest.java

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/region/SubscriptionAddRemoveQueueTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/region/SubscriptionAddRemoveQueueTest.java?rev=661683&r1=661682&r2=661683&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/region/SubscriptionAddRemoveQueueTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/region/SubscriptionAddRemoveQueueTest.java Fri May 30 05:27:17 2008
@@ -44,6 +44,7 @@
     @Override
     public void setUp() throws Exception {
         BrokerService brokerService = new BrokerService();
+        brokerService.start();
         ActiveMQDestination destination = new ActiveMQQueue("TEST");
         DestinationStatistics parentStats = new DestinationStatistics();
         parentStats.setEnabled(true);