]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cformtst.c
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cformtst.c
index e699ef4e138146c6da82416786e5ad2ce5034fe3..cbbcf1ff54a431bd26de82f90194023fa5c6eae6 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2005, International Business Machines Corporation
+ * Copyright (c) 1997-2007, International Business Machines Corporation
  * and others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -24,6 +24,7 @@
 
 void addCalTest(TestNode**);
 void addDateForTest(TestNode**);
+void addDateTimePatternGeneratorTest(TestNode** root);
 void addNumForTest(TestNode**);
 void addMsgForTest(TestNode**);
 void addDateForRgrTest(TestNode**);
@@ -38,6 +39,7 @@ void addFormatTest(TestNode** root)
 {
     addCalTest(root);
     addDateForTest(root);
+    addDateTimePatternGeneratorTest(root);
     addNumForTest(root);
     addNumFrDepTest(root);
     addMsgForTest(root);