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/09/07 16:09:21 UTC

[03/18] 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.

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/3e97487c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/3e97487c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/3e97487c

Branch: refs/heads/0.2.x
Commit: 3e97487cb0f1417dd9eef1614b593b7963db7ba5
Parents: ce13511
Author: Kim van der Riet <kv...@localhost.localdomain>
Authored: Tue Jun 26 10:43:05 2018 -0400
Committer: Kim van der Riet <kv...@localhost.localdomain>
Committed: Tue Jun 26 10:43:05 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/3e97487c/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 89372ce..c377714 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
@@ -100,8 +100,7 @@
  ["array", [["symbol", ""],
             ["symbol", "myDomain.123"],
             ["symbol", "domain.0123456789."]]],
- ["array", [["array", []],
-            ["array", [["ubyte", 0],
+ ["array", [["array", [["ubyte", 0],
                        ["ubyte", 1],
                        ["ubyte", 2],
                        ["ubyte", 3]]],
@@ -126,8 +125,7 @@
             ["list", [["binary", "Hello, world"],
                       ["string", "Hello, world"],
                       ["symbol", "Hello, world"]]],
-            ["list", [["array", []],
-                      ["array", [["byte", 1],
+            ["list", [["array", [["byte", 1],
                                  ["byte", 2]]]]],
             ["list", [["list", []],
                       ["list", [["byte", 3],

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/3e97487c/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 7a6da30..5953595 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
@@ -100,8 +100,7 @@
  ["list", [["symbol", ""],
            ["symbol", "myDomain.123"],
            ["symbol", "domain.0123456789."]]],
- ["list", [["array", []],
-           ["array", [["ubyte", 0],
+ ["list", [["array", [["ubyte", 0],
                       ["ubyte", 1],
                       ["ubyte", 2],
                       ["ubyte", 3]]],


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