Repository: activemq-artemis Updated Branches: refs/heads/master c945879de -> ee962dc13
fixing missing tearDown call Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ee962dc1 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ee962dc1 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ee962dc1 Branch: refs/heads/master Commit: ee962dc13715905a38aa628b2d12fd10658a543a Parents: c945879 Author: Clebert Suconic <[email protected]> Authored: Mon Jan 11 22:51:31 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Jan 11 22:51:31 2016 -0500 ---------------------------------------------------------------------- .../artemis/tests/integration/mqtt/imported/MQTTTestSupport.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ee962dc1/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTestSupport.java ---------------------------------------------------------------------- diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTestSupport.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTestSupport.java index 2e37110..61fcec0 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTestSupport.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTestSupport.java @@ -114,6 +114,7 @@ public class MQTTTestSupport extends ActiveMQTestBase { System.clearProperty("javax.net.ssl.keyStorePassword"); System.clearProperty("javax.net.ssl.keyStoreType"); stopBroker(); + super.tearDown(); } public void startBroker() throws Exception {
