You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2018/06/26 14:30:32 UTC

qpid-interop-test git commit: QPIDIT-125: Removed further AMQP nulls from test as PROTON-1815 has not yet made it into the current releases of Proton.

Repository: qpid-interop-test
Updated Branches:
  refs/heads/0.2.0 5eb9374c9 -> ce135112c


QPIDIT-125: Removed further AMQP nulls from test as PROTON-1815 has not yet made it into the current releases of Proton.


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/ce135112
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/ce135112
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/ce135112

Branch: refs/heads/0.2.0
Commit: ce135112c19e70c8980fee21c6c84101eb9f6b22
Parents: 5eb9374
Author: Kim van der Riet <kv...@localhost.localdomain>
Authored: Tue Jun 26 10:29:46 2018 -0400
Committer: Kim van der Riet <kv...@localhost.localdomain>
Committed: Tue Jun 26 10:29:46 2018 -0400

----------------------------------------------------------------------
 src/python/qpid_interop_test/amqp_complex_types_test.array.json | 3 +--
 src/python/qpid_interop_test/amqp_complex_types_test.list.json  | 3 +--
 src/python/qpid_interop_test/amqp_complex_types_test.map.json   | 3 +--
 src/python/qpid_interop_test/amqp_complex_types_test.py         | 2 +-
 4 files changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/ce135112/src/python/qpid_interop_test/amqp_complex_types_test.array.json
----------------------------------------------------------------------
diff --git a/src/python/qpid_interop_test/amqp_complex_types_test.array.json b/src/python/qpid_interop_test/amqp_complex_types_test.array.json
index 22c166b..89372ce 100644
--- a/src/python/qpid_interop_test/amqp_complex_types_test.array.json
+++ b/src/python/qpid_interop_test/amqp_complex_types_test.array.json
@@ -1,5 +1,4 @@
-[["array", []],
- ["array", [["boolean", true],
+[["array", [["boolean", true],
             ["boolean", false]]],
  ["array", [["ubyte", 0],
             ["ubyte", 127],

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/ce135112/src/python/qpid_interop_test/amqp_complex_types_test.list.json
----------------------------------------------------------------------
diff --git a/src/python/qpid_interop_test/amqp_complex_types_test.list.json b/src/python/qpid_interop_test/amqp_complex_types_test.list.json
index b40bec0..7a6da30 100644
--- a/src/python/qpid_interop_test/amqp_complex_types_test.list.json
+++ b/src/python/qpid_interop_test/amqp_complex_types_test.list.json
@@ -1,5 +1,4 @@
-[["list", []],
- ["list", [["boolean", true],
+[["list", [["boolean", true],
            ["boolean", false]]],
  ["list", [["ubyte", 0],
            ["ubyte", 127],

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/ce135112/src/python/qpid_interop_test/amqp_complex_types_test.map.json
----------------------------------------------------------------------
diff --git a/src/python/qpid_interop_test/amqp_complex_types_test.map.json b/src/python/qpid_interop_test/amqp_complex_types_test.map.json
index 12709fe..892f64d 100644
--- a/src/python/qpid_interop_test/amqp_complex_types_test.map.json
+++ b/src/python/qpid_interop_test/amqp_complex_types_test.map.json
@@ -1,5 +1,4 @@
-[["map", []],
- ["map", [["boolean", false], ["boolean", false],
+[["map", [["boolean", false], ["boolean", false],
           ["boolean", true], ["boolean", true]]],
  ["map", [["ubyte", 0], ["ubyte", 0],
           ["ubyte", 127], ["ubyte", 127],

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/ce135112/src/python/qpid_interop_test/amqp_complex_types_test.py
----------------------------------------------------------------------
diff --git a/src/python/qpid_interop_test/amqp_complex_types_test.py b/src/python/qpid_interop_test/amqp_complex_types_test.py
index d1bcdfa..0b03888 100755
--- a/src/python/qpid_interop_test/amqp_complex_types_test.py
+++ b/src/python/qpid_interop_test/amqp_complex_types_test.py
@@ -45,7 +45,7 @@ class AmqpComplexTypes(qpid_interop_test.qit_common.QitTestTypeMap):
                          'map',
                         ]
     _type_list = []
-    default_subtype_list = ['None',
+    default_subtype_list = [#'None', Disabled until PROTON-1858 makes it into current proton releases (ie >= 0.23)
                             #'null', Disabled until PROTON-1858 makes it into current proton releases (ie >= 0.23)
                             'boolean',
                             'ubyte',


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