summaryrefslogtreecommitdiff
path: root/qpid/java/systests/etc
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2014-06-26 08:25:56 +0000
committerAlex Rudyy <orudyy@apache.org>2014-06-26 08:25:56 +0000
commit73e49b5fc7ebcb9235265f648dbb7f3cc522752a (patch)
tree99f4ee00bde4037d7289ef2a6efb39f9090052ba /qpid/java/systests/etc
parent0b2d26c6f3107946a2e83d764aad9c08eea57d0c (diff)
downloadqpid-python-73e49b5fc7ebcb9235265f648dbb7f3cc522752a.tar.gz
QPID-5851: [Java Broker] Introduce new test profiles for JSON configuration store and persistent message store
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1605697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/etc')
-rw-r--r--qpid/java/systests/etc/config-systests.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json
index ac5c46ad6a..27124de1fb 100644
--- a/qpid/java/systests/etc/config-systests.json
+++ b/qpid/java/systests/etc/config-systests.json
@@ -59,10 +59,10 @@
}],
"virtualhostnodes" : [ {
"name" : "test",
- "type" : "${messagestore.type}",
+ "type" : "${virtualhostnode.type}",
"storePath" : "${QPID_WORK}/${test.port}/test/config",
"context" : {
- "virtualhostBlueprint" : "{ \"type\" : \"ProvidedStore\" }"
+ "virtualhostBlueprint" : "${virtualhostnode.context.blueprint}"
}
} ]
}