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:
Gary Tully 2010-01-25 18:58:23 +00:00
parent 8d3ca90303
commit f82df4585d
1 changed files with 5 additions and 0 deletions

View File

@ -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();