< prev index next >

jdk/test/java/net/Inet6Address/B6206527.java

Print this page
rev 17203 : 8180644: move jdk.testlibrary.NetworkConfiguration to the top level test library
Reviewed-by: duke

*** 23,40 **** /** * @test 1.1 05/01/05 * @bug 6206527 * @summary "cannot assign address" when binding ServerSocket on Suse 9 ! * @library /lib/testlibrary ! * @build jdk.testlibrary.NetworkConfiguration * @run main B6206527 */ import java.net.*; import java.util.*; ! import jdk.testlibrary.NetworkConfiguration; public class B6206527 { public static void main (String[] args) throws Exception { Inet6Address addr = getLocalAddr(); --- 23,39 ---- /** * @test 1.1 05/01/05 * @bug 6206527 * @summary "cannot assign address" when binding ServerSocket on Suse 9 ! * @library /test/lib * @run main B6206527 */ import java.net.*; import java.util.*; ! import jdk.test.lib.NetworkConfiguration; public class B6206527 { public static void main (String[] args) throws Exception { Inet6Address addr = getLocalAddr();
< prev index next >