activemq-artemis/tests/integration-tests
Justin Bertram f6372d8443
ARTEMIS-3698 fix test
When copying message properties from the core message to the OpenWire
message we intentially omit any properties starting with `_AMQ` and
`__HDR_`. However, we were effectively negating that logic because we
copied the marshalled properties directly to the message without any
filtering. Now that we no longer copy the marshalled properties directly
to the message the test breaks because it expects properties starting
with `__HDR_`. This commit fixes the test by removing those
expectations. The test is still valid because the message is still
receieved rather than being swallowed due to an exception (which was the
original problem).
2022-03-04 12:08:35 -06:00
..
src/test ARTEMIS-3698 fix test 2022-03-04 12:08:35 -06:00
.gitignore ARTEMIS-3106 Support for SASL-SCRAM 2021-04-08 19:58:09 -04:00
pom.xml ARTEMIS-3695: use specific jetty deps instead of uber jar, rationalise servlet api deps 2022-03-03 21:59:13 -05:00