mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 15:35:36 +00:00
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…
x
Reference in New Issue
Block a user