test/java/util/Locale/InternationalBAT.java

Print this page

        

*** 20,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test ! * @bug 4449637 * @summary Basic acceptance test for international J2RE. Verifies that the * most important locale data and character converters exist and are * minimally functional. */ import java.io.UnsupportedEncodingException; import java.text.DateFormat; import java.util.Calendar; --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test ! * @bug 4449637 8008577 * @summary Basic acceptance test for international J2RE. Verifies that the * most important locale data and character converters exist and are * minimally functional. + * @run main/othervm -Djava.locale.providers=JRE,SPI InternationalBAT */ import java.io.UnsupportedEncodingException; import java.text.DateFormat; import java.util.Calendar;