8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
authormsheppar
Wed, 01 Oct 2014 16:36:18 +0100
changeset 26873 79685df78734
parent 26872 443387c64877
child 26874 5ff3fbb88d3c
8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist Summary: changed hello.foo.bar to invalidhost.invalid Reviewed-by: chegar
jdk/test/java/net/InetAddress/IPv4Formats.java
--- 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 }
         };