< prev index next >

test/jdk/tools/launcher/modules/patch/basic/PatchTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 24,34 **** /** * @test * @library /lib/testlibrary /test/lib * @modules jdk.compiler * jdk.naming.dns ! * @build PatchTest JarUtils jdk.testlibrary.* * jdk.test.lib.compiler.CompilerUtils * @run testng PatchTest * @summary Basic test for --patch-module */ --- 24,34 ---- /** * @test * @library /lib/testlibrary /test/lib * @modules jdk.compiler * jdk.naming.dns ! * @build PatchTest JarUtils * jdk.test.lib.compiler.CompilerUtils * @run testng PatchTest * @summary Basic test for --patch-module */
*** 38,48 **** import java.nio.file.Paths; import java.util.stream.Collectors; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 38,48 ---- import java.nio.file.Paths; import java.util.stream.Collectors; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >