< prev index next >

test/jdk/java/rmi/module/ModuleTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 22,38 **** */ /** * @test * @library /lib/testlibrary /test/lib ! * @build jdk.testlibrary.ProcessTools * ModuleTest jdk.test.lib.compiler.CompilerUtils JarUtils * @run testng ModuleTest * @summary Basic tests for using rmi in module world */ ! import static jdk.testlibrary.ProcessTools.executeTestJava; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertTrue; import java.io.File; import java.nio.file.Paths; --- 22,38 ---- */ /** * @test * @library /lib/testlibrary /test/lib ! * @build jdk.test.lib.process.ProcessTools * ModuleTest jdk.test.lib.compiler.CompilerUtils JarUtils * @run testng ModuleTest * @summary Basic tests for using rmi in module world */ ! import static jdk.test.lib.process.ProcessTools.executeTestJava; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertTrue; import java.io.File; import java.nio.file.Paths;
< prev index next >