Hi Stepan, Maybe it needs configure /etc/hosts ? I'm not sure.
I configured the host file on windows, the test passes. :) Thanks! On 6/23/06, Stepan Mishura <[EMAIL PROTECTED]> wrote:
Hi George, InetAddressTest and SocketPermissionTest still fails for me on Linux. For example, InetAddressTest.test_getAllByNameLjava_lang_String failed with: Incorrect number of aliases returned: 2 should be 1 junit.framework.AssertionFailedError: Incorrect number of aliases returned: 2 should be 1 at tests.api.java.net.InetAddressTest.test_getAllByNameLjava_lang_String ( InetAddressTest.java:165) at java.lang.reflect.AccessibleObject.invokeV( AccessibleObject.java:205) Thanks, Stepan. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 4:36 AM To: [EMAIL PROTECTED] Subject: svn commit: r416477 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni: ./ src/main/java/java/net/ src/test/java/tests/api/java/net/ Author: gharley Date: Thu Jun 22 14:36:24 2006 New Revision: 416477 URL: http://svn.apache.org/viewvc?rev=416477&view=rev Log: Liberate ServerSocketTest, InetAddressTest and SocketPermissionTest from the excludes list. Fix up a couple of bugs in InetAddressTest. Remove a couple of duplicate entries in tests.api.java.net.AllTests suite. Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ServerSocket.java incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/net/AllTests.java incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/net/InetAddressTest.java incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/net/ServerSocketTest.java Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/build.xml?rev=416477&r1=416476&r2=416477&view=diff ============================================================================== <SNIP> -- Thanks, Stepan Mishura Intel Middleware Products Division ------------------------------------------------------ Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Andrew Zhang China Software Development Lab, IBM
