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 | 706da7c98d161aa79bf789dc17dc74460c911baf (patch) | |
| tree | 26b92a9cd9724be57db2f95e284e66beaa87e4d8 /qpid/java/broker/src/test | |
| parent | d95a9ff1cd9dc5681746fa2b7b92b760fe9e2f0d (diff) | |
| download | qpid-python-706da7c98d161aa79bf789dc17dc74460c911baf.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@937566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/src/test')
| -rw-r--r-- | qpid/java/broker/src/test/java/org/apache/qpid/server/plugins/PluginTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 5e9f292499..11d6105704 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 @@ -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 |
