changeset 8202:f9b639e80e32

8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist Summary: changed hello.foo.bar to invalidhost.invalid Reviewed-by: chegar
author msheppar
date Wed, 01 Oct 2014 17:01:30 +0100
parents e975546b12ad
children 03a650801c8d
files test/java/net/InetAddress/IPv4Formats.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/net/InetAddress/IPv4Formats.java	Tue Sep 30 16:07:55 2014 +0100
+++ b/test/java/net/InetAddress/IPv4Formats.java	Wed Oct 01 17:01:30 2014 +0100
@@ -27,6 +27,7 @@
  * @summary InetAddress.getByName behaves differently on windows
  */
 import java.net.*;
+import java.util.UUID;
 
 public class IPv4Formats {
     public static void main(String[] args) {
@@ -36,7 +37,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 }
         };