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

Print this page

        

@@ -21,12 +21,13 @@
  * questions.
  */
 
 /**
  * @test
- * @bug 6683975
+ * @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 {