You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2011/08/18 12:49:17 UTC

svn commit: r1159153 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/OnePrefetchAsyncConsumerTest.java

Author: gtully
Date: Thu Aug 18 10:49:17 2011
New Revision: 1159153

URL: http://svn.apache.org/viewvc?rev=1159153&view=rev
Log:
use autofail

Modified:
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/OnePrefetchAsyncConsumerTest.java

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/OnePrefetchAsyncConsumerTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/OnePrefetchAsyncConsumerTest.java?rev=1159153&r1=1159152&r2=1159153&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/OnePrefetchAsyncConsumerTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/OnePrefetchAsyncConsumerTest.java Thu Aug 18 10:49:17 2011
@@ -83,6 +83,7 @@ public class OnePrefetchAsyncConsumerTes
     }
 
     protected void setUp() throws Exception {
+        setAutoFail(true);
         bindAddress = "tcp://localhost:0";
         super.setUp();