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 13:57:41 UTC

qpid-interop-test git commit: QPIDIT-125: Created 0.2.0 branch, removed 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 [created] 5eb9374c9


QPIDIT-125: Created 0.2.0 branch, removed 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/5eb9374c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/5eb9374c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/5eb9374c

Branch: refs/heads/0.2.0
Commit: 5eb9374c9416a9ce7054004674af3354af07db87
Parents: 2c7cba5
Author: Kim van der Riet <kv...@localhost.localdomain>
Authored: Tue Jun 26 09:56:41 2018 -0400
Committer: Kim van der Riet <kv...@localhost.localdomain>
Committed: Tue Jun 26 09:56:41 2018 -0400

----------------------------------------------------------------------
 src/python/qpid_interop_test/amqp_complex_types_test.array.json | 2 --
 src/python/qpid_interop_test/amqp_complex_types_test.list.json  | 2 --
 src/python/qpid_interop_test/amqp_complex_types_test.map.json   | 1 -
 src/python/qpid_interop_test/amqp_complex_types_test.py         | 2 +-
 4 files changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/5eb9374c/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 22c02de..22c166b 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,6 +1,4 @@
 [["array", []],
- ["array", [["null", null],
-            ["null", null]]],
  ["array", [["boolean", true],
             ["boolean", false]]],
  ["array", [["ubyte", 0],

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/5eb9374c/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 4c97c9b..b40bec0 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,6 +1,4 @@
 [["list", []],
- ["list", [["null", null],
-           ["null", null]]],
  ["list", [["boolean", true],
            ["boolean", false]]],
  ["list", [["ubyte", 0],

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/5eb9374c/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 63dff06..12709fe 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", [["null", null], ["null", null]]],
  ["map", [["boolean", false], ["boolean", false],
           ["boolean", true], ["boolean", true]]],
  ["map", [["ubyte", 0], ["ubyte", 0],

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/5eb9374c/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 a63e581..d1bcdfa 100755
--- a/src/python/qpid_interop_test/amqp_complex_types_test.py
+++ b/src/python/qpid_interop_test/amqp_complex_types_test.py
@@ -46,7 +46,7 @@ class AmqpComplexTypes(qpid_interop_test.qit_common.QitTestTypeMap):
                         ]
     _type_list = []
     default_subtype_list = ['None',
-                            'null',
+                            #'null', Disabled until PROTON-1858 makes it into current proton releases (ie >= 0.23)
                             'boolean',
                             'ubyte',
                             'ushort',


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