https://issues.apache.org/jira/browse/AMQ-4415 - fix test regression, stop the autofail support

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1504436 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2013-07-18 11:38:19 +00:00
parent a971b648ea
commit 92b6bd23cf
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class FailoverTransactionTest extends TestSupport {
}
public void tearDown() throws Exception {
super.tearDown();
stopBroker();
}