-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10436/
-----------------------------------------------------------
Review request for qpid, Andrew Stitcher and Gordon Sim.
Description
-------
Code refactor for AMQP 1.0 added new header match logic for headers exchange
but did not update self tests to use it. This patch slightly refactors the
headers exchange logic to create a testable match function. Then it modifies
the self test to call the new function. A single new self test is added to
prove the match four sizes of int and four sizes of uint with each other.
This addresses bug QPID-4720.
https://issues.apache.org/jira/browse/QPID-4720
Diffs
-----
trunk/qpid/cpp/src/qpid/broker/HeadersExchange.h 1467440
trunk/qpid/cpp/src/qpid/broker/HeadersExchange.cpp 1467440
trunk/qpid/cpp/src/tests/HeadersExchangeTest.cpp 1467440
trunk/qpid/cpp/src/tests/MessageUtils.h 1467440
Diff: https://reviews.apache.org/r/10436/diff/
Testing
-------
The whole object of the patch is test.
Thanks,
Chug Rolke