GitHub user jdanekrh opened a pull request:
https://github.com/apache/activemq-artemis/pull/2224
Two small improvements to tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jdanekrh/activemq-artemis
jd_various_small_improvements
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2224.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2224
commit 78ddb155db6a0eec568d99d28b7cb9b7b4a74181
Author: Jiri Danek
Date: 2018-08-07T14:42:04Z
NO-JIRA fix unused parameter `durable` in AmqpClientTestSupport#sendMessages
commit 4fb3f5efe786bfd36c8699650e4675bea7058109
Author: Jiri Danek
Date: 2018-08-07T19:01:04Z
NO-JIRA improve assertions in QueueControlTest
This commit replaces assert{True,Equals} with more specific assertion
methods.
---