mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4118 - polish test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1400319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4cf6151a8c
commit
f129a0be89
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue