jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/BasicModularXMLParserTest.java
changeset 45081 53876ff5a88a
parent 40752 5c5fce1bef72
equal deleted inserted replaced
45080:072966660b3a 45081:53876ff5a88a
    25 
    25 
    26 import java.io.File;
    26 import java.io.File;
    27 import java.nio.file.Path;
    27 import java.nio.file.Path;
    28 import java.nio.file.Paths;
    28 import java.nio.file.Paths;
    29 
    29 
    30 import static jdk.testlibrary.ProcessTools.executeTestJava;
    30 import static jdk.test.lib.process.ProcessTools.executeTestJava;
    31 import jdk.testlibrary.CompilerUtils;
    31 import jdk.test.lib.compiler.CompilerUtils;
    32 
    32 
    33 import org.testng.annotations.BeforeTest;
    33 import org.testng.annotations.BeforeTest;
    34 import org.testng.annotations.Test;
    34 import org.testng.annotations.Test;
    35 
    35 
    36 /*
    36 /*
    37  * @test
    37  * @test
    38  * @library /javax/xml/jaxp/libs
    38  * @library /test/lib
    39  * @build jdk.testlibrary.*
       
    40  * @run testng BasicModularXMLParserTest
    39  * @run testng BasicModularXMLParserTest
    41  * @bug 8078820 8156119
    40  * @bug 8078820 8156119
    42  * @summary Tests JAXP lib can instantiate the following interfaces
    41  * @summary Tests JAXP lib can instantiate the following interfaces
    43  *          with customized provider module on boot layer
    42  *          with customized provider module on boot layer
    44  *
    43  *