git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1400319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2012-10-19 22:30:27 +00:00
parent 4cf6151a8c
commit f129a0be89
1 changed files with 0 additions and 3 deletions

View File

@ -28,14 +28,12 @@ import javax.jms.MessageProducer;
import javax.jms.Session;
import junit.framework.Test;
import org.apache.activemq.ActiveMQConnectionFactory;
import org.apache.activemq.ActiveMQXAConnectionFactory;
import org.apache.activemq.broker.BrokerFactory;
import org.apache.activemq.broker.BrokerService;
import org.apache.activemq.command.ActiveMQTopic;
import org.apache.activemq.store.kahadb.KahaDBPersistenceAdapter;
import org.apache.activemq.store.kahadb.KahaDBStore;
import org.apache.activemq.util.Wait;
import org.apache.kahadb.page.ThreadTracker;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -77,7 +75,6 @@ public class DurableSubsOfflineSelectorConcurrentConsumeIndexUseTest extends org
}
protected void tearDown() throws Exception {
ThreadTracker.result();
super.tearDown();
destroyBroker();
}