fix hanging test that did not stop broker in shutdown, schedualler on startup shows it up: https://issues.apache.org/activemq/browse/AMQ-2897

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@996962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-09-14 15:52:55 +00:00
parent 3c734ce7b5
commit f2816deb1c
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ public class MessageGroupDelayedTest extends JmsTestSupport {
producer.close();
session.close();
connection.close();
broker.stop();
}