jdk/test/java/lang/System/OsVersionTest.java
changeset 45709 841996818446
parent 35775 00710c1b504a
equal deleted inserted replaced
45708:3512073b446f 45709:841996818446
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
       
    23 
       
    24 import jdk.test.lib.Platform;
    23 import jdk.testlibrary.OutputAnalyzer;
    25 import jdk.testlibrary.OutputAnalyzer;
    24 import jdk.testlibrary.Platform;
       
    25 import jdk.testlibrary.ProcessTools;
    26 import jdk.testlibrary.ProcessTools;
    26 
    27 
    27 /*
    28 /*
    28  * @test
    29  * @test
    29  * @bug 8132374
    30  * @bug 8132374
    30  * @summary Check that the value of the os.version property is equal
    31  * @summary Check that the value of the os.version property is equal
    31  *          to the value of the corresponding OS provided tools.
    32  *          to the value of the corresponding OS provided tools.
    32  * @library /lib/testlibrary
    33  * @library /lib/testlibrary /test/lib
       
    34  * @build jdk.test.lib.Platform
    33  * @run main OsVersionTest
    35  * @run main OsVersionTest
    34  * @author Volker Simonis
    36  * @author Volker Simonis
    35  */
    37  */
    36 public class OsVersionTest {
    38 public class OsVersionTest {
    37 
    39