Author: ron.sigal(a)jboss.com
Date: 2008-04-30 22:34:43 -0400 (Wed, 30 Apr 2008)
New Revision: 4100
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/detection/jndi/startup/JNDIDetectorClient.java
Log:
JBREM-930: Returned to previous version.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/detection/jndi/startup/JNDIDetectorClient.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/detection/jndi/startup/JNDIDetectorClient.java 2008-05-01
00:20:19 UTC (rev 4099)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/detection/jndi/startup/JNDIDetectorClient.java 2008-05-01
02:34:43 UTC (rev 4100)
@@ -45,8 +45,7 @@
public void setUp() throws Exception
{
- String host = InetAddress.getLocalHost().getHostName();
- String detectorHost = System.getProperty("jrunit.bind_addr", host);
+ String detectorHost = InetAddress.getLocalHost().getHostName();
detector = new JNDIDetector();
detector.setCleanDetectionNumber(2);
Show replies by date