add autofail to ensure it does not block the hudson build again

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1326021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2012-04-13 23:50:47 +00:00
parent e100c92614
commit 38666e9298
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ public class DurableSubscriptionSelectorTest extends org.apache.activemq.TestSup
@Override
protected void setUp() throws Exception {
setAutoFail(true);
super.setUp();
startBroker(true);