You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by pv...@apache.org on 2006/01/10 03:00:39 UTC

svn commit: r367460 - /incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/streams/JMSInputStreamTest.java

Author: pvillacorta
Date: Mon Jan  9 18:00:27 2006
New Revision: 367460

URL: http://svn.apache.org/viewcvs?rev=367460&view=rev
Log:
Add auto fail support when test hangs

Modified:
    incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/streams/JMSInputStreamTest.java

Modified: incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/streams/JMSInputStreamTest.java
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/streams/JMSInputStreamTest.java?rev=367460&r1=367459&r2=367460&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/streams/JMSInputStreamTest.java (original)
+++ incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/streams/JMSInputStreamTest.java Mon Jan  9 18:00:27 2006
@@ -58,6 +58,7 @@
      * @see TestCase#setUp()
      */
     protected void setUp() throws Exception {
+        super.setAutoFail(true);
         super.setUp();
         connection2 = (ActiveMQConnection) factory.createConnection(userName, password);
         connections.add(connection2);