mirror of https://github.com/apache/activemq.git
make this autofail so we get a stack trace if it hangs in hudson again
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@902924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d3ca90303
commit
f82df4585d
|
@ -31,6 +31,11 @@ import org.apache.activemq.util.IOHelper;
|
|||
*/
|
||||
public class KahaDBStoreBrokerTest extends BrokerTest {
|
||||
|
||||
protected void setUp() throws Exception {
|
||||
this.setAutoFail(true);
|
||||
super.setUp();
|
||||
}
|
||||
|
||||
protected BrokerService createBroker() throws Exception {
|
||||
BrokerService broker = new BrokerService();
|
||||
KahaDBStore kaha = new KahaDBStore();
|
||||
|
|
Loading…
Reference in New Issue