mirror of https://github.com/apache/activemq.git
Called super.setUp and super.tearDown. To ensure auto fail is called.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@367489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9e047d92e
commit
aa7435064a
|
@ -103,6 +103,7 @@ public class JmsTestSupport extends CombinationTestSupport {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
|
super.setUp();
|
||||||
broker = createBroker();
|
broker = createBroker();
|
||||||
broker.start();
|
broker.start();
|
||||||
factory = createConnectionFactory();
|
factory = createConnectionFactory();
|
||||||
|
@ -119,6 +120,7 @@ public class JmsTestSupport extends CombinationTestSupport {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
broker.stop();
|
broker.stop();
|
||||||
|
super.tearDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void safeClose(Connection c) {
|
protected void safeClose(Connection c) {
|
||||||
|
|
Loading…
Reference in New Issue