Author: ron.sigal(a)jboss.com
Date: 2008-05-22 01:08:46 -0400 (Thu, 22 May 2008)
New Revision: 4224
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
Log:
JBREM-930: In internalSetUp(), stops Connector after unsuccessful attempt to start it.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java 2008-05-22
04:20:49 UTC (rev 4223)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java 2008-05-22
05:08:46 UTC (rev 4224)
@@ -153,6 +153,7 @@
catch (Exception e)
{
log.info("unable to start Connector for " + serverLocator, e);
+ connector.stop();
Thread.sleep(60000);
}
}
Show replies by date