From 38666e9298cc2f71eaac5f01292343cdedad7bc6 Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Fri, 13 Apr 2012 23:50:47 +0000 Subject: [PATCH] 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 --- .../activemq/usecases/DurableSubscriptionSelectorTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/activemq-core/src/test/java/org/apache/activemq/usecases/DurableSubscriptionSelectorTest.java b/activemq-core/src/test/java/org/apache/activemq/usecases/DurableSubscriptionSelectorTest.java index 83f3bb6e0e..d6f2a4b896 100644 --- a/activemq-core/src/test/java/org/apache/activemq/usecases/DurableSubscriptionSelectorTest.java +++ b/activemq-core/src/test/java/org/apache/activemq/usecases/DurableSubscriptionSelectorTest.java @@ -162,6 +162,7 @@ public class DurableSubscriptionSelectorTest extends org.apache.activemq.TestSup @Override protected void setUp() throws Exception { + setAutoFail(true); super.setUp(); startBroker(true);