]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cutiltst.c
ICU-8.11.4.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cutiltst.c
index c19b23de92356d1912fc7bd7a336302cc4ec5dc6..2bb339c6d964f8988d76f90b110665c50fa0a1a5 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2004, International Business Machines Corporation and
+ * Copyright (c) 1997-2006, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -18,6 +18,7 @@ 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);
@@ -37,6 +38,7 @@ void addUtility(TestNode** root)
     addCLDRTest(root);
     addUnicodeTest(root);
     addUStringTest(root);
+    addCaseTest(root);
     addResourceBundleTest(root);
     addNEWResourceBundleTest(root);
     addHashtableTest(root);