< prev index next >

test/jdk/java/util/ResourceBundle/modules/security/TestPermission.java

Print this page
rev 51638 : [mq]: 8210112

*** 25,45 **** import java.nio.file.Paths; import java.util.Arrays; import java.util.List; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.testlibrary.ProcessTools.executeTestJava; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; /** * @test ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build TestPermission jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run testng TestPermission * @summary Driver for testing ResourceBundle::getBundle(String, Module) */ public class TestPermission { --- 25,45 ---- import java.nio.file.Paths; import java.util.Arrays; import java.util.List; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.test.lib.process.ProcessTools.executeTestJava; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; /** * @test ! * @library /test/lib * @modules jdk.compiler ! * @build TestPermission jdk.test.lib.compiler.CompilerUtils * @run testng TestPermission * @summary Driver for testing ResourceBundle::getBundle(String, Module) */ public class TestPermission {
< prev index next >