From 23decdd5dd3b494ae4067140f63b4f9eec6dd20e Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 18 May 2010 14:43:22 +0000 Subject: QPID-2585 : Ensure plugins are correctly loaded, so can renenable PluginTest. (Patch provided by Andrew Kennedy) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945679 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/qpid/server/plugins/PluginTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/broker-plugins') diff --git a/java/broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java b/java/broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java index edc6af8035..6f8f7a3a2a 100644 --- a/java/broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java +++ b/java/broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java @@ -47,7 +47,7 @@ public class PluginTest extends TestCase properties.addProperty("plugin-directory", PLUGIN_DIRECTORY); ServerConfiguration config = new ServerConfiguration(properties); - // This Test requries an application Registry + // This Test requires an application Registry ApplicationRegistry.initialise(new TestApplicationRegistry(config)); _registry = ApplicationRegistry.getInstance(); } @@ -59,7 +59,7 @@ public class PluginTest extends TestCase } - public void disabled_testLoadExchanges() throws Exception + public void testLoadExchanges() throws Exception { PluginManager manager = _registry.getPluginManager(); Map> exchanges = manager.getExchanges(); -- cgit v1.2.1