From b5362cc102788ed60d3fee67269efb849ebd4d47 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 2 Jun 2010 16:45:53 +0000 Subject: QPID-2632 : extra plugins require common/test for the test NetworkDriver git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950651 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/broker-plugins/extras/build.xml | 12 ++++++------ .../test/java/org/apache/qpid/server/plugins/PluginTest.java | 7 +------ 2 files changed, 7 insertions(+), 12 deletions(-) (limited to 'qpid/java') diff --git a/qpid/java/broker-plugins/extras/build.xml b/qpid/java/broker-plugins/extras/build.xml index beb31af4c9..1a3d933f46 100644 --- a/qpid/java/broker-plugins/extras/build.xml +++ b/qpid/java/broker-plugins/extras/build.xml @@ -19,13 +19,13 @@ nn - or more contributor license agreements. See the NOTICE file - --> - - - - - + + + + + + - diff --git a/qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java b/qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java index 1ba03a2165..dd1126992c 100644 --- a/qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java +++ b/qpid/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; -- cgit v1.2.1