jdk/test/java/nio/channels/TestUtil.java
changeset 67 3232f4bb7f1f
parent 2 90ce3da70b43
child 715 f16baef3a20e
equal deleted inserted replaced
66:eac97080ce1e 67:3232f4bb7f1f
    35 public class TestUtil {
    35 public class TestUtil {
    36 
    36 
    37     // Test hosts used by the channels tests - change these when
    37     // Test hosts used by the channels tests - change these when
    38     // executing in a different network.
    38     // executing in a different network.
    39     public static final String HOST = "javaweb.sfbay.sun.com";
    39     public static final String HOST = "javaweb.sfbay.sun.com";
    40     public static final String REFUSING_HOST = "jano.sfbay.sun.com";
    40     public static final String REFUSING_HOST = "jano1.sfbay.sun.com";
    41     public static final String FAR_HOST = "theclub.ireland.sun.com";
    41     public static final String FAR_HOST = "theclub.ireland.sun.com";
    42     public static final String UNRESOLVABLE_HOST = "blah-blah.blah-blah.blah";
    42     public static final String UNRESOLVABLE_HOST = "blah-blah.blah-blah.blah";
    43 
    43 
    44     private TestUtil() { }
    44     private TestUtil() { }
    45 
    45