< prev index next >

test/jdk/tools/launcher/modules/basic/BasicTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 21,35 **** * questions. */ /** * @test ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler * jdk.jartool * jdk.jlink ! * @build BasicTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run testng BasicTest * @summary Basic test of starting an application as a module */ import java.io.File; --- 21,35 ---- * questions. */ /** * @test ! * @library /test/lib * @modules jdk.compiler * jdk.jartool * jdk.jlink ! * @build BasicTest jdk.test.lib.compiler.CompilerUtils * @run testng BasicTest * @summary Basic test of starting an application as a module */ import java.io.File;
*** 37,47 **** import java.nio.file.Path; import java.nio.file.Paths; import java.util.spi.ToolProvider; import jdk.test.lib.compiler.CompilerUtils; ! import jdk.testlibrary.ProcessTools; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 37,47 ---- import java.nio.file.Path; import java.nio.file.Paths; import java.util.spi.ToolProvider; import jdk.test.lib.compiler.CompilerUtils; ! import jdk.test.lib.process.ProcessTools; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >