< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

*** 25,35 **** * @test * @bug 8168836 * @summary Basic argument validation for --patch-module * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build PatchTestWarningError JarUtils jdk.testlibrary.* * jdk.test.lib.compiler.CompilerUtils * @run testng PatchTestWarningError */ import java.io.File; --- 25,35 ---- * @test * @bug 8168836 * @summary Basic argument validation for --patch-module * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build PatchTestWarningError JarUtils * jdk.test.lib.compiler.CompilerUtils * @run testng PatchTestWarningError */ import java.io.File;
*** 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.DataProvider; 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.DataProvider; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >