test/java/text/Format/DateFormat/ContextMonthNamesTest.java

Print this page

        

*** 21,32 **** * questions. */ /* * @test ! * @bug 7079560 * @summary Unit test for context-sensitive month names */ import java.text.*; import java.util.*; --- 21,33 ---- * questions. */ /* * @test ! * @bug 7079560 8008577 * @summary Unit test for context-sensitive month names + * @run main/othervm -Djava.locale.providers=JRE,SPI ContextMonthNamesTest */ import java.text.*; import java.util.*;