dev@glassfish.java.net

cannot build without network...

From: Jerome Dochez <jerome.dochez_at_oracle.com>
Date: Sun, 18 Jul 2010 01:31:33 -0700

Byron

I believe you added a test in common-util that fail when no network
connection is present.

   testEquals(com.sun.enterprise.util.net.NetUtilsTest)

probably not a good idea to do :
         assertTrue(NetUtils.isEqual("www.oracle.com", "www.oracle.com"));
         assertFalse(NetUtils.isEqual("oracle.com", "google.com"));


Can u fix this, and also fix the test that slows down the entire build
as reported by Sahoo.

Thanks, jerome