2006/6/1, Geir Magnusson Jr <[EMAIL PROTECTED]>:


Mikhail Loenko wrote:
> 2006/6/1, Geir Magnusson Jr <[EMAIL PROTECTED]>:
>>
>> I don't quite grok what you mean - could you post what you are
>> suggesting in code here on -dev?
>
>
> Index: modules/luni/src/test/java/tests/api/java/net/Inet6AddressTest.java
> ===================================================================
> ---
> modules/luni/src/test/java/tests/api/java/net/Inet6AddressTest.java
> (revision
> 410480)
> +++
> modules/luni/src/test/java/tests/api/java/net/Inet6AddressTest.java
> (working
> copy)
> @@ -785,7 +785,7 @@
>                 "FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:255.255.255.255",
>                 "0:0:0:0:0:0:0:0", "0:0:0:0:0:0:0.0.0.0" };
>
> -        String invalidIPAddresses[] = { ":", "FFFF:FFFF", "1:1",
> "::1.2.3.444" };
> +        String invalidIPAddresses[] = { "FFFF:FFFF" };
>
>         for (int i = 0; i < validIPAddresses.length; i++) {
>
>

Thx - why do you want to remove testing the others?  Because you believe
that it is in effect testing the resolver in the OS since each returns
the same answer,and thus it's testing the same thing over and over?

I believe so, but I'd like to hear confirmation from code authors

Thanks,
Mikhail



If so, I agree with you.

If not, I still don't grok the point :)

geir


---------------------------------------------------------------------
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