mirror of https://github.com/apache/activemq.git
resolve another hanging test, broker not stopped on teardown: https://issues.apache.org/activemq/browse/AMQ-2897
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
487834164c
commit
5bf3696c81
|
@ -122,6 +122,7 @@ public class StompAdvisoryTest extends TestCase {
|
|||
protected void tearDown() throws Exception {
|
||||
stompConnection.disconnect();
|
||||
stompConnection.close();
|
||||
broker.stop();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue