jdk/test/java/text/Format/DateFormat/Bug4823811.java
changeset 31263 a81a0af34ca0
parent 5506 202f599c92aa
child 40679 5378433ac23f
--- a/jdk/test/java/text/Format/DateFormat/Bug4823811.java	Wed Jun 24 16:08:58 2015 -0700
+++ b/jdk/test/java/text/Format/DateFormat/Bug4823811.java	Wed Jun 24 16:42:11 2015 -0700
@@ -23,9 +23,9 @@
 
 /**
  * @test
- * @bug 4823811
+ * @bug 4823811 8008577
  * @summary Confirm that text which includes numbers with a trailing minus sign is parsed correctly.
- * @run main/othervm -Duser.timezone=GMT+09:00 Bug4823811
+ * @run main/othervm -Duser.timezone=GMT+09:00 -Djava.locale.providers=JRE,SPI Bug4823811
  */
 
 import java.text.*;