Repository: activemq-artemis Updated Branches: refs/heads/master d3fa21735 -> d67c65b8a
ARTEMIS-1546 small fix on test Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d67c65b8 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d67c65b8 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d67c65b8 Branch: refs/heads/master Commit: d67c65b8a255743eda70f27764423a20b2c3f109 Parents: d3fa217 Author: Clebert Suconic <[email protected]> Authored: Mon Dec 18 22:37:46 2017 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Dec 18 22:38:15 2017 -0500 ---------------------------------------------------------------------- .../src/main/resources/sendAckTest/sendAckMessages.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d67c65b8/tests/compatibility-tests/src/main/resources/sendAckTest/sendAckMessages.groovy ---------------------------------------------------------------------- diff --git a/tests/compatibility-tests/src/main/resources/sendAckTest/sendAckMessages.groovy b/tests/compatibility-tests/src/main/resources/sendAckTest/sendAckMessages.groovy index 2b994bf..3446257 100644 --- a/tests/compatibility-tests/src/main/resources/sendAckTest/sendAckMessages.groovy +++ b/tests/compatibility-tests/src/main/resources/sendAckTest/sendAckMessages.groovy @@ -1,6 +1,5 @@ package meshTest -import org.apache.activemq.artemis.api.core.SimpleString import org.apache.activemq.artemis.tests.compatibility.GroovyRun import javax.jms.*
