better tearDown: allows setup and tear down to be call multiple times in a single testcase.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@360315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2005-12-31 16:30:26 +00:00
parent 8eda6575ae
commit 3516e1005a
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,8 @@ public class JmsMultipleClientsTestSupport extends CombinationTestSupport {
}
}
broker.stop();
allMessagesList.flushMessages();
consumers.clear();
super.tearDown();
}