test/jdk/java/net/ipv6tests/ScopeTests.java
changeset 49799 33dcb9c42f55
parent 47216 71c04702a3d5
equal deleted inserted replaced
49798:4bb2a92c13ea 49799:33dcb9c42f55
     1 /*
     1 /*
     2  * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4868820
    26  * @bug 4868820
    27  * @summary IPv6 support for Windows XP and 2003 server
    27  * @summary IPv6 support for Windows XP and 2003 server
       
    28  * @library /test/lib
       
    29  * @build jdk.test.lib.NetworkConfiguration
       
    30  *        jdk.test.lib.Platform
       
    31  * @run main ScopeTests
    28  */
    32  */
    29 
    33 
    30 import java.net.*;
    34 import java.net.*;
    31 import java.util.*;
    35 import java.util.*;
    32 
    36