summaryrefslogtreecommitdiff
path: root/qpid/java/systests/etc
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2014-08-17 15:04:18 +0000
committerRobert Godfrey <rgodfrey@apache.org>2014-08-17 15:04:18 +0000
commit571f269ffa7248088e2a9f5ab4e5ce50a00957dd (patch)
tree954e70e3c6e0aa681a6b91e58bec5bc37d22b247 /qpid/java/systests/etc
parent3bb54b2bcac8b7602d865de45e92376b4c5332ba (diff)
downloadqpid-python-571f269ffa7248088e2a9f5ab4e5ce50a00957dd.tar.gz
QPID-6010 : [Java Tests] Use context defaulting to select protocols in use
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/etc')
-rw-r--r--qpid/java/systests/etc/config-systests.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json
index 4375f258e8..4ec402c292 100644
--- a/qpid/java/systests/etc/config-systests.json
+++ b/qpid/java/systests/etc/config-systests.json
@@ -41,7 +41,8 @@
"ports" : [ {
"name" : "amqp",
"authenticationProvider" : "plain",
- "port" : "${test.port}"
+ "port" : "${test.port}",
+ "protocols" : "${test.amqp_port_protocols}"
}, {
"name" : "http",
"authenticationProvider" : "plain",