diff options
| author | Keith Wall <kwall@apache.org> | 2014-06-07 19:01:03 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-06-07 19:01:03 +0000 |
| commit | 2a511e6a3b5f278f9c8b572a306b96490f180805 (patch) | |
| tree | a6c30ce39a23aeeb86844fb6434a21c669fba854 /qpid/java/test-profiles/JavaTransientExcludes | |
| parent | 21aceae395ef19dca56dc603ed3f2af744b620a7 (diff) | |
| download | qpid-python-2a511e6a3b5f278f9c8b572a306b96490f180805.tar.gz | |
QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virtualhost using a blueprint supplied by context variable
* This commit reenables the SplitStoreTest.
* The UI has not been refactored by this commit, so it will not be possible to create a non-HA virtualhost from the UI
(the UI will create only a virtualhostnode).. REST API is okay.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1601163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaTransientExcludes')
| -rw-r--r-- | qpid/java/test-profiles/JavaTransientExcludes | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index 2252d0962f..31bae4849a 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -53,8 +53,9 @@ org.apache.qpid.systest.management.jmx.QueueManagementTest#testCopyMessageBetwee org.apache.qpid.test.unit.client.MaxDeliveryCountTest#testWhenBrokerIsRestartedAfterEnqeuingMessages +org.apache.qpid.systest.rest.VirtualHostRestTest#testPutCreateVirtualHostUsingProfileNodeType org.apache.qpid.systest.rest.VirtualHostRestTest#testRecoverVirtualHostInDesiredStateStoppedWithDescription -org.apache.qpid.systest.rest.VirtualHostNodeRestTest#testCreateAndDeleteNodeWithTestProfileStore -org.apache.qpid.systest.rest.VirtualHostNodeRestTest#testCreateAndDeleteNodeWithJsonStore +org.apache.qpid.systest.rest.VirtualHostNodeRestTest#testCreateAndDeleteVirtualHostNode + |
