X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..a0b4f637ba1a6c3c5651b61a69303b029bacf7d3:/icuSources/test/cintltst/cutiltst.c?ds=sidebyside diff --git a/icuSources/test/cintltst/cutiltst.c b/icuSources/test/cintltst/cutiltst.c index c19b23de..0d5b7467 100644 --- a/icuSources/test/cintltst/cutiltst.c +++ b/icuSources/test/cintltst/cutiltst.c @@ -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);