]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/itformat.cpp
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / itformat.cpp
index 8e7cabee69f9cc8e419a3b62ddcbe7dad825d7df..467b6b20fca4fd008b45b9128b71814837368bbe 100644 (file)
@@ -1,7 +1,7 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
- * others. All Rights Reserved.
+ * Copyright (c) 1997-2010, International Business Machines
+ * Corporation and others. All Rights Reserved.
  ********************************************************************/
 
 /**
 #include "pptest.h"         // ParsePositionTest
 #include "calregts.h"       // CalendarRegressionTest
 #include "tzregts.h"        // TimeZoneRegressionTest
+#include "astrotst.h"       // AstroTest
 #include "incaltst.h"       // IntlCalendarTest
+#include "calcasts.h"       // CalendarCaseTest
+#include "tzrulets.h"       // TimeZoneRuleTest
+#include "dadrcal.h"        // DataDrivenCalendarTest
+#include "dadrfmt.h"        // DataDrivenFormatTest
+#include "dtptngts.h"       // IntlTestDateTimePatternGeneratorAPI
+#include "tzoffloc.h"       // TimeZoneOffsetLocalTest
+#include "tzfmttst.h"       // TimeZoneFormatTest
+#include "plurults.h"       // PluralRulesTest
+#include "plurfmts.h"       // PluralFormatTest
+#include "selfmts.h"       // PluralFormatTest
+#include "dtifmtts.h"       // DateIntervalFormatTest
+#include "tufmtts.h"        // TimeUnitTest
+#include "locnmtst.h"       // LocaleDisplayNamesTest
+#include "dcfmtest.h"       // DecimalFormatTest
 
 #define TESTCLASS(id, TestClass)          \
     case id:                              \
@@ -97,20 +112,26 @@ void IntlTestFormat::runIndexedTest( int32_t index, UBool exec, const char* &nam
         TESTCLASS(24,CalendarRegressionTest);
         TESTCLASS(25,TimeZoneRegressionTest);
         TESTCLASS(26,IntlCalendarTest);
+        TESTCLASS(27,AstroTest);
+        TESTCLASS(28,CalendarCaseTest);
+        TESTCLASS(29,TimeZoneRuleTest);
+#if !UCONFIG_NO_FILE_IO && !UCONFIG_NO_LEGACY_CONVERSION
+        TESTCLASS(30,DataDrivenCalendarTest);
+        TESTCLASS(31,DataDrivenFormatTest);
+#endif
+        TESTCLASS(32,IntlTestDateTimePatternGeneratorAPI);
+        TESTCLASS(33,TimeZoneOffsetLocalTest);
+        TESTCLASS(34,TimeZoneFormatTest);
+        TESTCLASS(35,PluralRulesTest);
+        TESTCLASS(36,PluralFormatTest);
+        TESTCLASS(37,DateIntervalFormatTest);
+        TESTCLASS(38,TimeUnitTest);
+        TESTCLASS(39,SelectFormatTest);
+        TESTCLASS(40,LocaleDisplayNamesTest);
+#if !UCONFIG_NO_REGULAR_EXPRESSIONS
+        TESTCLASS(41,DecimalFormatTest);
+#endif
 
-        //TESTCLASS(0,IntlTestDateFormatSymbolsC);
-        //TESTCLASS(0,IntlTestDecimalFormatSymbolsC);
-        //TESTCLASS(0,IntlTestSimpleDateFormatAPIC);
-        //TESTCLASS(0,IntlTestDateFormatAPIC);
-        //TESTCLASS(0,IntlTestDecimalFormatAPIC);
-        //TESTCLASS(0,IntlTestNumberFormatAPIC);
-        //TESTCLASS(0,CNumberSpelloutFormatTest);
-        //TESTCLASS(0,CNumberSpelloutFormatRoundTripTest);
-        //TESTCLASS(0,TestCwrapperFormatSmallClasses);
-        //TESTCLASS(0,TestCwrapperMessageFormat);
-        //TESTCLASS(0,TestCwrapperChoiceFormat);
-        //TESTCLASS(0,TestCwrapperCalendar);
-        //TESTCLASS(0,TestCwrapperTimeZone);
         default: name = ""; break; //needed to end loop
     }
     if (exec) {