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 | 23decdd5dd3b494ae4067140f63b4f9eec6dd20e (patch) | |
| tree | 34c534dd6f366e682cf293405ac4f5be7f8b2b45 /java/broker-plugins/extras | |
| parent | f245819c56f082a98a5bc2c746905a97f596f170 (diff) | |
| download | qpid-python-23decdd5dd3b494ae4067140f63b4f9eec6dd20e.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/qpid@945679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-plugins/extras')
| -rw-r--r-- | 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/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<String, ExchangeType<?>> exchanges = manager.getExchanges(); |
