You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2018/06/13 15:07:38 UTC

qpid-broker-j git commit: QPID-8150: [Broker-J][Tests] Remove redundant hostname alias settings from broker configuration for AMQP 0-10 protocol tests

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master ad99c10ef -> f4196afe7


QPID-8150: [Broker-J][Tests] Remove redundant hostname alias settings from broker configuration for AMQP 0-10 protocol tests


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/f4196afe
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/f4196afe
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/f4196afe

Branch: refs/heads/master
Commit: f4196afe7c4840bef3672b5cb306640053f2dd8f
Parents: ad99c10
Author: Alex Rudyy <or...@apache.org>
Authored: Wed Jun 13 16:05:38 2018 +0100
Committer: Alex Rudyy <or...@apache.org>
Committed: Wed Jun 13 16:07:18 2018 +0100

----------------------------------------------------------------------
 .../src/main/resources/config-protocol-tests-0-10.json        | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/f4196afe/systests/protocol-tests-amqp-0-10/src/main/resources/config-protocol-tests-0-10.json
----------------------------------------------------------------------
diff --git a/systests/protocol-tests-amqp-0-10/src/main/resources/config-protocol-tests-0-10.json b/systests/protocol-tests-amqp-0-10/src/main/resources/config-protocol-tests-0-10.json
index 69387fb..c7e5998 100644
--- a/systests/protocol-tests-amqp-0-10/src/main/resources/config-protocol-tests-0-10.json
+++ b/systests/protocol-tests-amqp-0-10/src/main/resources/config-protocol-tests-0-10.json
@@ -48,9 +48,6 @@
       "name" : "defaultAlias",
       "type" : "defaultAlias"
     }, {
-      "name" : "hostnameAlias",
-      "type" : "hostnameAlias"
-    }, {
       "name" : "nameAlias",
       "type" : "nameAlias"
     } ]
@@ -65,10 +62,6 @@
       "type" : "defaultAlias",
       "durable" : true
     }, {
-      "name" : "hostnameAlias",
-      "type" : "hostnameAlias",
-      "durable" : true
-    }, {
       "name" : "nameAlias",
       "type" : "nameAlias",
       "durable" : true


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org