]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestSimpleDateFormatAPI.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / main / tests / core / src / com / ibm / icu / dev / test / format / IntlTestSimpleDateFormatAPI.java
similarity index 98%
rename from jars/icu4j-4_8_1_1/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestSimpleDateFormatAPI.java
rename to jars/icu4j-52_1/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestSimpleDateFormatAPI.java
index 2ac26e8cb700ed57af39480525e10373395e5be7..4f73c22f0088c39e5fe0154cb36d552da40cd33c 100644 (file)
@@ -1,6 +1,6 @@
 /*****************************************************************************************
  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
- * (C) Copyright IBM Corp. 1996-2010 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1996-2012 - All Rights Reserved
  *
  *   The original version of this source code and documentation is copyrighted and
  * owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These materials are
@@ -89,7 +89,7 @@ public class IntlTestSimpleDateFormatAPI extends com.ibm.icu.dev.test.TestFmwk
 
         logln("Testing parse()");
 
-        String text = new String("02/03/76 2:50 AM, CST");
+        String text = new String("02/03/76, 2:50 AM, CST");
         Date result1 = new Date();
         Date result2 = new Date();
         ParsePosition pos= new ParsePosition(0);