OpenJDK / jdk / jdk10
changeset 26873:79685df78734
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 16:36:18 +0100 |
parents | 443387c64877 |
children | 5ff3fbb88d3c |
files | jdk/test/java/net/InetAddress/IPv4Formats.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 } };