Index: source/test/cintltst/cutiltst.c |
diff --git a/source/test/cintltst/cutiltst.c b/source/test/cintltst/cutiltst.c |
deleted file mode 100644 |
index 0d5b7467fbb471876f94e7a0aaef7ba18c7be2a0..0000000000000000000000000000000000000000 |
--- a/source/test/cintltst/cutiltst.c |
+++ /dev/null |
@@ -1,50 +0,0 @@ |
-/******************************************************************** |
- * COPYRIGHT: |
- * Copyright (c) 1997-2008, International Business Machines Corporation and |
- * others. All Rights Reserved. |
- ********************************************************************/ |
-/******************************************************************************** |
-* |
-* File CUTILTST.C |
-* |
-* Modification History: |
-* Name Description |
-* Madhu Katragadda Creation |
-********************************************************************************* |
-*/ |
-#include "cintltst.h" |
- |
-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); |
- |
-void addUtility(TestNode** root); |
- |
-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); |
- addEnumerationTest(root); |
- addPosixTest(root); |
- addSortTest(root); |
-} |