6644607: (ch) test/java/nio/channels/SocketChannel/Connect.java throws UnknownHostException
Reviewed-by: chegar
This commit is contained in:
parent
d5b852b81d
commit
40922e9127
@ -37,7 +37,7 @@ public class TestUtil {
|
||||
// Test hosts used by the channels tests - change these when
|
||||
// executing in a different network.
|
||||
public static final String HOST = "javaweb.sfbay.sun.com";
|
||||
public static final String REFUSING_HOST = "jano.sfbay.sun.com";
|
||||
public static final String REFUSING_HOST = "jano1.sfbay.sun.com";
|
||||
public static final String FAR_HOST = "theclub.ireland.sun.com";
|
||||
public static final String UNRESOLVABLE_HOST = "blah-blah.blah-blah.blah";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user