summaryrefslogtreecommitdiff
path: root/qpid/java/systests/etc/config-systests.json
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/systests/etc/config-systests.json')
-rw-r--r--qpid/java/systests/etc/config-systests.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json
index 12a8a5c5a6..60f3f7f174 100644
--- a/qpid/java/systests/etc/config-systests.json
+++ b/qpid/java/systests/etc/config-systests.json
@@ -22,7 +22,7 @@
"name": "Broker",
"defaultVirtualHost" : "test",
"storeVersion": 1,
- "modelVersion": "1.0",
+ "modelVersion": "1.3",
"authenticationproviders" : [ {
"name" : "plain",
"type" : "PlainPasswordFile",
@@ -59,6 +59,8 @@
}],
"virtualhosts" : [ {
"name" : "test",
- "configPath" : "${broker.virtualhosts-config}"
+ "type" : "STANDARD",
+ "storeType": "${messagestore.type}",
+ "storePath" : "${QPID_WORK}/test"
} ]
}