]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/main/tests/core/src/com/ibm/icu/dev/test/format/TestAll.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / main / tests / core / src / com / ibm / icu / dev / test / format / TestAll.java
similarity index 95%
rename from jars/icu4j-4_8_1_1/main/tests/core/src/com/ibm/icu/dev/test/format/TestAll.java
rename to jars/icu4j-52_1/main/tests/core/src/com/ibm/icu/dev/test/format/TestAll.java
index e8865bd25ff63c589512c7b9f63882c2ba8c909e..6d185bbf857e453eab50f4bce07971f5ff2eba10 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (c) 2004-2010, International Business Machines
+ * Copyright (c) 2004-2012, International Business Machines
  * Corporation and others.  All Rights Reserved.
  * Copyright (C) 2010 , Yahoo! Inc.                                            
  *******************************************************************************
@@ -28,6 +28,7 @@ public class TestAll extends TestGroup {
                   "TestAll$TimeUnitFormat",
                   "com.ibm.icu.dev.test.format.BigNumberFormatTest",
                   "DataDrivenFormatTest",
+                  "ListFormatterTest",
                   "TestAll$PluralFormat",
                   "TestAll$MessageFormat",
                   "TestAll$SelectFormat"
@@ -48,6 +49,7 @@ public class TestAll extends TestGroup {
     public static class NumberFormat extends TestGroup {
         public NumberFormat() {
             super(new String[] {
+                "CompactDecimalFormatTest",
                 "IntlTestNumberFormat",
                 "IntlTestNumberFormatAPI",
                 "NumberFormatTest",
@@ -122,6 +124,7 @@ public class TestAll extends TestGroup {
             super(new String[] {
                 "TestMessageFormat",
                 "MessageRegression",
+                "MessagePatternUtilTest",
             });
         }
     }