Author: sebb
Date: Sun Jun 29 16:54:15 2014
New Revision: 1606539
URL: http://svn.apache.org/r1606539
Log:
More debug
Modified:
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java
Modified:
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java?rev=1606539&r1=1606538&r2=1606539&view=diff
==============================================================================
---
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java
(original)
+++
commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java
Sun Jun 29 16:54:15 2014
@@ -68,8 +68,10 @@ public class BasicRemoteCacheClientServe
@BeforeClass
public static void setup()
{
- // Add some debug to try and find out why test fails on Continuum
+ // Add some debug to try and find out why test fails on
Jenkins/Continuum
try {
+ InetAddress lh = InetAddress.getByName("localhost");
+ System.out.println("localhost="+lh);
InetAddress ina=InetAddress.getLocalHost();
System.out.println("InetAddress.getLocalHost()="+ina);
// Iterate all NICs (network interface cards)...