8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
Summary: changed hello.foo.bar to invalidhost.invalid
Reviewed-by: chegar
--- a/jdk/test/java/net/InetAddress/IPv4Formats.java Tue Sep 30 08:39:22 2014 -0700
+++ b/jdk/test/java/net/InetAddress/IPv4Formats.java Wed Oct 01 16:36:18 2014 +0100
@@ -36,7 +36,7 @@
{"126.1", "126.0.0.1"},
{"128.50.65534", "128.50.255.254"},
{"192.168.1.2", "192.168.1.2"},
- {"hello.foo.bar", null},
+ {"invalidhost.invalid", null},
{"1024.1.2.3", null},
{"128.14.66000", null }
};