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:
Gary Tully 2010-09-15 10:07:37 +00:00
parent 487834164c
commit 5bf3696c81
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ public class StompAdvisoryTest extends TestCase {
protected void tearDown() throws Exception {
stompConnection.disconnect();
stompConnection.close();
broker.stop();
}