Add auto fail support when test hangs

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@367460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Edward Lapus Villacorta 2006-01-10 02:00:27 +00:00
parent f2669a70a6
commit a9e047d92e
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class JMSInputStreamTest extends JmsTestSupport {
* @see TestCase#setUp()
*/
protected void setUp() throws Exception {
super.setAutoFail(true);
super.setUp();
connection2 = (ActiveMQConnection) factory.createConnection(userName, password);
connections.add(connection2);