fixing missing tearDown call
This commit is contained in:
parent
c945879dec
commit
ee962dc137
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue