summaryrefslogtreecommitdiff
path: root/java/systests
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-05-03 11:21:16 +0000
committerAlex Rudyy <orudyy@apache.org>2013-05-03 11:21:16 +0000
commit136e855e30b280de586e4667d178981293a20edc (patch)
treeb3bf29a20206356c8edfe8a2893598738d4c5900 /java/systests
parentfbb001cd7891b6ea719a7186fe9f75fbd7a5cbfd (diff)
downloadqpid-python-136e855e30b280de586e4667d178981293a20edc.tar.gz
QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to the configuration store and validated at startup
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
-rw-r--r--java/systests/etc/config-systests.json12
1 files changed, 2 insertions, 10 deletions
diff --git a/java/systests/etc/config-systests.json b/java/systests/etc/config-systests.json
index c47744c47c..12a8a5c5a6 100644
--- a/java/systests/etc/config-systests.json
+++ b/java/systests/etc/config-systests.json
@@ -21,6 +21,8 @@
{
"name": "Broker",
"defaultVirtualHost" : "test",
+ "storeVersion": 1,
+ "modelVersion": "1.0",
"authenticationproviders" : [ {
"name" : "plain",
"type" : "PlainPasswordFile",
@@ -59,14 +61,4 @@
"name" : "test",
"configPath" : "${broker.virtualhosts-config}"
} ]
- /*
-,
- "plugins" : [ {
- "pluginType" : "MANAGEMENT-HTTP",
- "name" : "httpManagement"
- }, {
- "pluginType" : "MANAGEMENT-JMX",
- "name" : "jmxManagement"
- } ]
- */
}