6772646: Regression test java/text/Date/DateFormat/Bug4823811.java started failing after DST ended.
authorpeytoia
Tue, 18 Nov 2008 15:59:36 +0900
changeset 1839 34714b4a18d8
parent 1838 3bd2ef9cbefb
child 1840 984ba55ac827
6772646: Regression test java/text/Date/DateFormat/Bug4823811.java started failing after DST ended. Reviewed-by: okutsu
jdk/test/java/text/Format/DateFormat/Bug4823811.java
--- a/jdk/test/java/text/Format/DateFormat/Bug4823811.java	Tue Nov 18 13:58:43 2008 +0900
+++ b/jdk/test/java/text/Format/DateFormat/Bug4823811.java	Tue Nov 18 15:59:36 2008 +0900
@@ -25,6 +25,7 @@
  * @test
  * @bug 4823811
  * @summary Confirm that text which includes numbers with a trailing minus sign is parsed correctly.
+ * @run main/othervm -Duser.timezone=GMT+09:00 Bug4823811
  */
 
 import java.text.*;