fixing missing tearDown call

This commit is contained in:
Clebert Suconic 2016-01-11 22:51:31 -05:00
parent c945879dec
commit ee962dc137
1 changed files with 1 additions and 0 deletions

View File

@ -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 {