]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cutiltst.c
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cutiltst.c
index c19b23de92356d1912fc7bd7a336302cc4ec5dc6..0d5b7467fbb471876f94e7a0aaef7ba18c7be2a0 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2004, International Business Machines Corporation and
+ * Copyright (c) 1997-2008, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -18,11 +18,13 @@ void addLocaleTest(TestNode**);
 void addCLDRTest(TestNode**);
 void addUnicodeTest(TestNode**);
 void addUStringTest(TestNode**);
+void addCaseTest(TestNode**);
 void addResourceBundleTest(TestNode**);
 void addNEWResourceBundleTest(TestNode**);
 void addHashtableTest(TestNode** root);
 void addCStringTest(TestNode** root);
 void addTrieTest(TestNode** root);
+void addTrie2Test(TestNode** root);
 void addEnumerationTest(TestNode** root);
 void addPosixTest(TestNode** root);
 void addSortTest(TestNode** root);
@@ -33,10 +35,12 @@ void addUtility(TestNode** root)
 {
     addCStringTest(root);
     addTrieTest(root);
+    addTrie2Test(root);
     addLocaleTest(root);
     addCLDRTest(root);
     addUnicodeTest(root);
     addUStringTest(root);
+    addCaseTest(root);
     addResourceBundleTest(root);
     addNEWResourceBundleTest(root);
     addHashtableTest(root);