diff options
| author | Alex Rudyy <orudyy@apache.org> | 2014-06-26 08:25:56 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2014-06-26 08:25:56 +0000 |
| commit | 73e49b5fc7ebcb9235265f648dbb7f3cc522752a (patch) | |
| tree | 99f4ee00bde4037d7289ef2a6efb39f9090052ba /qpid/java/systests/etc | |
| parent | 0b2d26c6f3107946a2e83d764aad9c08eea57d0c (diff) | |
| download | qpid-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.json | 4 |
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}" } } ] } |
