Author: gtully
Date: Fri Mar  6 13:20:50 2009
New Revision: 750885

URL: http://svn.apache.org/viewvc?rev=750885&view=rev
Log:
seems to hang on slow HP box, ensure it does not stop rest of the tests using 
autoFailSupport

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

Modified: 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlTest.java
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlTest.java?rev=750885&r1=750884&r2=750885&view=diff
==============================================================================
--- 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlTest.java
 (original)
+++ 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlTest.java
 Fri Mar  6 13:20:50 2009
@@ -276,6 +276,11 @@
         return service;
     }
 
+    public void setUp() throws Exception {
+        setAutoFail(true);
+        super.setUp();
+    }
+    
     protected void tearDown() throws Exception {
         if (connection != null) {
             TcpTransport t = 
(TcpTransport)connection.getTransport().narrow(TcpTransport.class);


Reply via email to