< prev index next >

test/jdk/java/util/Locale/bcp47u/SystemPropertyTests.java

Print this page
rev 51638 : [mq]: 8210112

*** 21,39 **** * questions. */ /* * @test ! * @library /lib/testlibrary * @bug 8189134 * @summary Tests the system properties * @modules jdk.localedata ! * @build DefaultLocaleTest jdk.testlibrary.* * @run testng/othervm SystemPropertyTests */ ! import static jdk.testlibrary.ProcessTools.executeTestJava; import static org.testng.Assert.assertTrue; import java.util.Locale; import org.testng.annotations.DataProvider; --- 21,39 ---- * questions. */ /* * @test ! * @library /test/lib * @bug 8189134 * @summary Tests the system properties * @modules jdk.localedata ! * @build DefaultLocaleTest * @run testng/othervm SystemPropertyTests */ ! import static jdk.test.lib.process.ProcessTools.executeTestJava; import static org.testng.Assert.assertTrue; import java.util.Locale; import org.testng.annotations.DataProvider;
< prev index next >