diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-05-18 14:43:22 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-05-18 14:43:22 +0000 |
| commit | 5cab7ece402ff44d0321706d4fb85b32706a77dd (patch) | |
| tree | 7040b0cbe8360f4fc9e5292f4790f621093fb6f1 /qpid/java/broker-plugins | |
| parent | 8dba7b7ab260e158765578c6fa3d65302b3e2abc (diff) | |
| download | qpid-python-5cab7ece402ff44d0321706d4fb85b32706a77dd.tar.gz | |
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@945679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins')
| -rw-r--r-- | qpid/java/broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java b/qpid/java/broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java index edc6af8035..6f8f7a3a2a 100644 --- a/qpid/java/broker-plugins/extras/src/test/java/org/apache/qpid/server/plugins/PluginTest.java +++ b/qpid/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<String, ExchangeType<?>> exchanges = manager.getExchanges(); |
