Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
amqp_types_test contains a few arbitrary maps and lists. However, these complex AMQP types (which can be arbitrarily deeply encoded) are now covered in the amqp_complex_types_test. In addition, the shims for these complex types were not recursively encoding the subtypes contained in these types, but were using the string representation of the subtypes. This makes them of limited usefulness.
I suggest that these tests be removed.
In addition, I suggest that amqp_types_test be renamed to amqp_simple_types_test to help clearly distinguish it from the complex type test.