test/java/text/Format/DateFormat/Bug6683975.java

Print this page

        

*** 21,32 **** * questions. */ /** * @test ! * @bug 6683975 * @summary Make sure that date is formatted correctlyin th locale. */ import java.text.*; import java.util.*; public class Bug6683975 { --- 21,33 ---- * questions. */ /** * @test ! * @bug 6683975 8008577 * @summary Make sure that date is formatted correctlyin th locale. + * @run main/othervm -Djava.locale.providers=JRE,SPI Bug6683975 */ import java.text.*; import java.util.*; public class Bug6683975 {