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 2016/03/07 17:20:03 UTC

qpid-interop-test git commit: QPIDIT-22: Added test skips for both Qpid and ActiveMQ brokers on AMQP null type (until underlying bug is fixed) so that test can pass.

Repository: qpid-interop-test
Updated Branches:
  refs/heads/master 75c73667f -> bcd3684c6


QPIDIT-22: Added test skips for both Qpid and ActiveMQ brokers on AMQP null type (until underlying bug is fixed) so that test can pass.


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

Branch: refs/heads/master
Commit: bcd3684c6409d02ea2d844bb367b56ae105897ee
Parents: 75c7366
Author: Kim van der Riet <kp...@apache.org>
Authored: Mon Mar 7 11:19:49 2016 -0500
Committer: Kim van der Riet <kp...@apache.org>
Committed: Mon Mar 7 11:19:49 2016 -0500

----------------------------------------------------------------------
 src/py/qpid-interop-test/types/simple_type_tests.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/bcd3684c/src/py/qpid-interop-test/types/simple_type_tests.py
----------------------------------------------------------------------
diff --git a/src/py/qpid-interop-test/types/simple_type_tests.py b/src/py/qpid-interop-test/types/simple_type_tests.py
index c775dcb..6261ca4 100755
--- a/src/py/qpid-interop-test/types/simple_type_tests.py
+++ b/src/py/qpid-interop-test/types/simple_type_tests.py
@@ -203,7 +203,9 @@ class AmqpPrimitiveTypes(TestTypeMap):
 #                  ]
         }
 
-    BROKER_SKIP = {'decimal32': {'qpid-cpp': 'decimal32 not supported on qpid-cpp broker: QPIDIT-5, QPID-6328',},
+    BROKER_SKIP = {'null': {'ActiveMQ': 'Null type not sent in Proton Python binding: PROTON-1091',
+                            'qpid-cpp': 'Null type not sent in Proton Python binding: PROTON-1091',},
+                   'decimal32': {'qpid-cpp': 'decimal32 not supported on qpid-cpp broker: QPIDIT-5, QPID-6328',},
                    'decimal64': {'qpid-cpp': 'decimal64 not supported on qpid-cpp broker: QPIDIT-6, QPID-6328',},
                    'decimal128': {'qpid-cpp': 'decimal128 not supported on qpid-cpp broker: QPIDIT-3, QPID-6328',},
                    'char': {'qpid-cpp': 'char not supported on qpid-cpp broker: QPIDIT-4, QPID-6328',},


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