summaryrefslogtreecommitdiff
path: root/qpid/java/systests/etc
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-06-06 15:44:20 +0000
committerKeith Wall <kwall@apache.org>2014-06-06 15:44:20 +0000
commit6ddaec7aa7ca032a47144aa3148497367dd70d3b (patch)
tree5e1f5919407db4331340a0a66e7a0c9cad88ce73 /qpid/java/systests/etc
parent386c80ed77f3d91903c563e0727dbf2a1b09fc2b (diff)
downloadqpid-python-6ddaec7aa7ca032a47144aa3148497367dd70d3b.tar.gz
QPID-5802: [Java Broker] Introduce separate VirtualHost types
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1600936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/etc')
-rw-r--r--qpid/java/systests/etc/config-systests.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json
index b01399fbd8..91d79a4319 100644
--- a/qpid/java/systests/etc/config-systests.json
+++ b/qpid/java/systests/etc/config-systests.json
@@ -60,7 +60,6 @@
"virtualhostnodes" : [ {
"name" : "test",
"type" : "${messagestore.type}",
- "messageStoreProvider": true,
"storePath" : "${QPID_WORK}/test/${test.port}"
} ]
}