summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/JavaTransientExcludes
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-05-15 12:57:46 +0000
committerKeith Wall <kwall@apache.org>2014-05-15 12:57:46 +0000
commit2c802479f99ff5eeeb0958b0869c700f55c0e889 (patch)
treec3042fce3234bd15e4eaf2d5e5225e020695e44c /qpid/java/test-profiles/JavaTransientExcludes
parentef5392fe1f9df62f348c06cec47f71d8983d5e86 (diff)
downloadqpid-python-2c802479f99ff5eeeb0958b0869c700f55c0e889.tar.gz
QPID-5715: [Java Broker] Make virtualhostnode respect states ACTIVE and STOPPED
* Added test to ensure that the VHN can transit between ACTIVE <=> STOPPED * Fixed defect whereby the VHN could not be recovered in the STOPPED state. Added test case. * Fixed defct whereby on stopping a VHN, the DurableConfigurationStore would be left open. Work by me and Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaTransientExcludes')
-rw-r--r--qpid/java/test-profiles/JavaTransientExcludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes
index 190708ee8e..a1962ff6e3 100644
--- a/qpid/java/test-profiles/JavaTransientExcludes
+++ b/qpid/java/test-profiles/JavaTransientExcludes
@@ -52,3 +52,6 @@ org.apache.qpid.systest.management.jmx.QueueManagementTest#testCopyMessageBetwee
org.apache.qpid.test.unit.client.MaxDeliveryCountTest#testWhenBrokerIsRestartedAfterEnqeuingMessages
org.apache.qpid.systest.rest.VirtualHostRestTest#testUpdateActiveHost
+org.apache.qpid.systest.rest.VirtualHostNodeRestTest#testCreateAndDeleteNodeWithTestProfileStore
+org.apache.qpid.systest.rest.VirtualHostNodeRestTest#testCreateAndDeleteNodeWithJsonStore
+