< prev index next >

test/jdk/java/util/logging/modules/GetResourceBundleTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 27,47 **** import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static java.nio.file.StandardCopyOption.REPLACE_EXISTING; ! import static jdk.testlibrary.ProcessTools.*; import jdk.test.lib.compiler.CompilerUtils; import static org.testng.Assert.*; /** * @test * @bug 8129126 8136802 8137316 8137317 8136804 8139350 ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler * java.logging ! * @build GetResourceBundleTest jdk.testlibrary.ProcessTools * jdk.test.lib.compiler.CompilerUtils * @run testng GetResourceBundleTest * @summary Tests Logger.getLogger + logger.getResourceBundle in an named/unnamed module, * resources are in named and unnamed modules respectively. * Positive tests to ensure that a Logger can retrieve ResourceBundle in its current module. --- 27,47 ---- import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static java.nio.file.StandardCopyOption.REPLACE_EXISTING; ! import static jdk.test.lib.process.ProcessTools.*; import jdk.test.lib.compiler.CompilerUtils; import static org.testng.Assert.*; /** * @test * @bug 8129126 8136802 8137316 8137317 8136804 8139350 ! * @library /test/lib * @modules jdk.compiler * java.logging ! * @build GetResourceBundleTest jdk.test.lib.process.ProcessTools * jdk.test.lib.compiler.CompilerUtils * @run testng GetResourceBundleTest * @summary Tests Logger.getLogger + logger.getResourceBundle in an named/unnamed module, * resources are in named and unnamed modules respectively. * Positive tests to ensure that a Logger can retrieve ResourceBundle in its current module.
< prev index next >