]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cformtst.c
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cformtst.c
index e699ef4e138146c6da82416786e5ad2ce5034fe3..799939af68815379041cc081bc4ba0497b50fc41 100644 (file)
@@ -1,7 +1,7 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2005, International Business Machines Corporation
- * and others. All Rights Reserved.
+ * Copyright (c) 1997-2007,2011, International Business Machines
+ * Corporation and others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
 *
@@ -24,6 +24,8 @@
 
 void addCalTest(TestNode**);
 void addDateForTest(TestNode**);
+void addDateTimePatternGeneratorTest(TestNode**);
+void addDateIntervalFormatTest(TestNode**);
 void addNumForTest(TestNode**);
 void addMsgForTest(TestNode**);
 void addDateForRgrTest(TestNode**);
@@ -31,6 +33,7 @@ void addNumFrDepTest(TestNode**);
 void addDtFrDepTest(TestNode**);
 void addUtmsTest(TestNode**);
 void addCurrencyTest(TestNode**);
+void addPluralRulesTest(TestNode**);
 
 void addFormatTest(TestNode** root);
 
@@ -38,6 +41,8 @@ void addFormatTest(TestNode** root)
 {
     addCalTest(root);
     addDateForTest(root);
+    addDateTimePatternGeneratorTest(root);
+    addDateIntervalFormatTest(root);
     addNumForTest(root);
     addNumFrDepTest(root);
     addMsgForTest(root);
@@ -45,6 +50,7 @@ void addFormatTest(TestNode** root)
     addDtFrDepTest(root);
     addUtmsTest(root);
     addCurrencyTest(root);
+    addPluralRulesTest(root);
 }
 /*Internal functions used*/