You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cm...@apache.org on 2021/03/31 00:06:43 UTC

[qpid-interop-test] 14/41: QPIDIT-133: Removed float test values 'inf', '-inf' from amqp-complex-types-test becasue of Proton bug

This is an automated email from the ASF dual-hosted git repository.

cml pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git

commit 0c128063ec46ffc7e64244f4487cdfa64ae15656
Author: Kim van der Riet <kp...@apache.org>
AuthorDate: Mon Jul 16 10:17:03 2018 -0400

    QPIDIT-133: Removed float test values 'inf', '-inf' from amqp-complex-types-test becasue of Proton bug
---
 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   | 2 --
 3 files changed, 6 deletions(-)

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..d2d5833 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
@@ -48,8 +48,6 @@
             ["float", -2.71828],
             ["float", "1.2345e+38"],
             ["float", "-1.2345e-38"],
-            ["float", "inf"],
-            ["float", "-inf"],
             ["float", "NaN"]]],
  ["array", [["double", 0.0],
             ["double", 3.141592653589793],
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..12f0958 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
@@ -48,8 +48,6 @@
            ["float", -2.71828],
            ["float", "1.2345e+38"],
            ["float", "-1.2345e-38"],
-           ["float", "inf"],
-           ["float", "-inf"],
            ["float", "NaN"]]],
  ["list", [["double", 0.0],
            ["double", 3.141592653589793],
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..c242b6b 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
@@ -47,8 +47,6 @@
           ["float", -2.71828], ["float", -2.71828],
           ["float", "1.2345e+38"], ["float", "1.2345e+38"],
           ["float", "-1.2345e-38"], ["float", "-1.2345e-38"],
-          ["float", "inf"], ["float", "inf"],
-          ["float", "-inf"], ["float", "-inf"],
           ["float", "NaN"], ["float", "NaN"]]],
  ["map", [["double", 0.0], ["double", 0.0],
           ["double", 3.141592653589793], ["double", 3.141592653589793],

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