summaryrefslogtreecommitdiff
path: root/java/broker/src/test
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-06-02 16:45:53 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-06-02 16:45:53 +0000
commit187b43e19458d20549cb1509e8fd8c7d09c33eb1 (patch)
treecc5cfe7d3155f0cefc7fb687d56fb223725de140 /java/broker/src/test
parent54a8ac49f24cdfe3900cf1c9b1c1d117b2779f52 (diff)
downloadqpid-python-187b43e19458d20549cb1509e8fd8c7d09c33eb1.tar.gz
QPID-2632 : extra plugins require common/test for the test NetworkDriver
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@950651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/src/test')
-rw-r--r--java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java b/java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java
index 1ba03a2165..dd1126992c 100644
--- a/java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java
+++ b/java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java
@@ -18,14 +18,9 @@
*/
package org.apache.qpid.server.plugins;
-import junit.framework.TestCase;
-import org.apache.commons.configuration.PropertiesConfiguration;
-import org.apache.qpid.server.configuration.ServerConfiguration;
import org.apache.qpid.server.exchange.ExchangeType;
-import org.apache.qpid.server.registry.ApplicationRegistry;
-import org.apache.qpid.server.registry.IApplicationRegistry;
import org.apache.qpid.server.util.InternalBrokerBaseCase;
-import org.apache.qpid.server.util.TestApplicationRegistry;
+
import java.util.Map;