summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/src
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-08-18 18:33:09 +0000
committerRafael H. Schloming <rhs@apache.org>2008-08-18 18:33:09 +0000
commit21509cc8f4de0db81358d1f52819fc246bb68b3f (patch)
tree610879cc131713f4a17a3f945fc4a6c753066aec /java/management/eclipse-plugin/src
parent5d7b36c4e5bacd6a0843f03797cd230aad7a929c (diff)
downloadqpid-python-21509cc8f4de0db81358d1f52819fc246bb68b3f.tar.gz
updated qpid.0-10/java to match trunk/qpid/java@686835
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@686843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/src')
-rw-r--r--java/management/eclipse-plugin/src/test/java/org/apache/qpid/management/ui/ManagementConsoleTest.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/src/test/java/org/apache/qpid/management/ui/ManagementConsoleTest.java b/java/management/eclipse-plugin/src/test/java/org/apache/qpid/management/ui/ManagementConsoleTest.java
index fb616e2b59..11ab6af064 100644
--- a/java/management/eclipse-plugin/src/test/java/org/apache/qpid/management/ui/ManagementConsoleTest.java
+++ b/java/management/eclipse-plugin/src/test/java/org/apache/qpid/management/ui/ManagementConsoleTest.java
@@ -55,6 +55,12 @@ public class ManagementConsoleTest extends TestCase
_virtualHost = applicationRegistry.getVirtualHostRegistry().getVirtualHost("test");
}
+ @Override
+ protected void tearDown() throws Exception
+ {
+ ApplicationRegistry.removeAll();
+ }
+
/**
* Test for AMQQueueMBean attribute and operation names, which are used in the management console
* @throws Exception