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/02/28 18:31:15 UTC

qpid-interop-test git commit: QPIDIT-114: Added AMQP type char to list of excluded types for AMQP.NetLite shims

Repository: qpid-interop-test
Updated Branches:
  refs/heads/master f92c5ad47 -> 71ea06dfc


QPIDIT-114: Added AMQP type char to list of excluded types for AMQP.NetLite shims


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

Branch: refs/heads/master
Commit: 71ea06dfc2a7f29784878593f75ad2dfcd0baaf3
Parents: f92c5ad
Author: Kim van der Riet <kv...@localhost.localdomain>
Authored: Wed Feb 28 13:30:49 2018 -0500
Committer: Kim van der Riet <kv...@localhost.localdomain>
Committed: Wed Feb 28 13:30:49 2018 -0500

----------------------------------------------------------------------
 src/python/qpid_interop_test/amqp_types_test.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/71ea06df/src/python/qpid_interop_test/amqp_types_test.py
----------------------------------------------------------------------
diff --git a/src/python/qpid_interop_test/amqp_types_test.py b/src/python/qpid_interop_test/amqp_types_test.py
index 5ab7f73..965677a 100755
--- a/src/python/qpid_interop_test/amqp_types_test.py
+++ b/src/python/qpid_interop_test/amqp_types_test.py
@@ -270,6 +270,7 @@ class AmqpPrimitiveTypes(qpid_interop_test.qit_common.QitTestTypeMap):
         }
 
     client_skip = {
+        'char': {'AmqpNetLite': 'Char types not supported: https://github.com/Azure/amqpnetlite/issues/259', },
         'decimal32': {'AmqpNetLite': 'Decimal types not supported: https://github.com/Azure/amqpnetlite/issues/223', },
         'decimal64': {'AmqpNetLite': 'Decimal types not supported: https://github.com/Azure/amqpnetlite/issues/223', },
         'decimal128': {'AmqpNetLite': 'Decimal types not supported: https://github.com/Azure/amqpnetlite/issues/223', },


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