Mark Hindess wrote:

Tests failed for me (and the linux build machine) with:

 Incorrect host name returned: localhost.localdomain != localhost

 junit.framework.AssertionFailedError: Incorrect host name returned: 
localhost.localdomain != localhost
 at 
tests.api.java.net.InetAddressTest.test_getHostName(InetAddressTest.java:238)

Because the standard Debian installation defines 127.0.0.1 to be
localhost.localdomain.
Not only debian, the RedHat EL4 I have installed also does this.

Cheers

Jean-Frederic

I think the tests need to be more accommodating
people aren't going to want to have to mess about with these system
configurations.

-Mark.


On 23 June 2006 at 13:14, "Andrew Zhang" <[EMAIL PROTECTED]> wrote:
------=_Part_22520_3761084.1151039694395
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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/n
et/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/modu
les/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

------=_Part_22520_3761084.1151039694395--



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to