diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-04-24 00:49:02 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-04-24 00:49:02 +0000 |
| commit | b3aa497225d6ad2ce0adedb37968a1c961eb6328 (patch) | |
| tree | 7b590cebd5489713bfe4b50fca0622fc4f5e6ec5 /java/broker/src/test | |
| parent | d5b3cc480187aba3677fe8fc03665cb591f83dfb (diff) | |
| download | qpid-python-b3aa497225d6ad2ce0adedb37968a1c961eb6328.tar.gz | |
QPID-2534: export the necessary additional packages. Reenable the PluginTest now that the required package is available to the plugin
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@937566 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.java | 4 |
1 files changed, 2 insertions, 2 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 5e9f292499..11d6105704 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 @@ -35,13 +35,13 @@ public class PluginTest extends TestCase public void testLoadExchanges() throws Exception { - /*PluginManager manager = new PluginManager(PLUGIN_DIRECTORY); + PluginManager manager = new PluginManager(PLUGIN_DIRECTORY); Map<String, ExchangeType<?>> exchanges = manager.getExchanges(); assertNotNull("No exchanges found in "+PLUGIN_DIRECTORY, exchanges); assertEquals("Wrong number of exchanges found in "+PLUGIN_DIRECTORY, 2, exchanges.size()); assertNotNull("Wrong exchange found in "+PLUGIN_DIRECTORY, - exchanges.get(TEST_EXCHANGE_CLASS));*/ + exchanges.get(TEST_EXCHANGE_CLASS)); } public void testNoExchanges() throws Exception |
