< prev index next >

jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/BasicModularXMLParserTest.java

Print this page
rev 1119 : [mq]: 8180195

*** 25,44 **** import java.io.File; import java.nio.file.Path; import java.nio.file.Paths; ! import static jdk.testlibrary.ProcessTools.executeTestJava; ! import jdk.testlibrary.CompilerUtils; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; /* * @test ! * @library /javax/xml/jaxp/libs ! * @build jdk.testlibrary.* * @run testng BasicModularXMLParserTest * @bug 8078820 8156119 * @summary Tests JAXP lib can instantiate the following interfaces * with customized provider module on boot layer * --- 25,43 ---- import java.io.File; import java.nio.file.Path; import java.nio.file.Paths; ! import static jdk.test.lib.process.ProcessTools.executeTestJava; ! import jdk.test.lib.compiler.CompilerUtils; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; /* * @test ! * @library /test/lib * @run testng BasicModularXMLParserTest * @bug 8078820 8156119 * @summary Tests JAXP lib can instantiate the following interfaces * with customized provider module on boot layer *
< prev index next >