Index: source/test/cintltst/cconvtst.c |
diff --git a/source/test/cintltst/cconvtst.c b/source/test/cintltst/cconvtst.c |
deleted file mode 100644 |
index 41bfd733d06898b8ff0e556269d0712e8fd12c26..0000000000000000000000000000000000000000 |
--- a/source/test/cintltst/cconvtst.c |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-/******************************************************************** |
- * COPYRIGHT: |
- * Copyright (c) 1997-2012, International Business Machines Corporation and |
- * others. All Rights Reserved. |
- ********************************************************************/ |
-/******************************************************************************** |
-* |
-* File CCONVTST.C |
-* |
-* Modification History: |
-* Name Description |
-* Madhu Katragadda Creation |
-********************************************************************************* |
-*/ |
-#include "cintltst.h" |
- |
-void addTestConvert(TestNode**); |
-#include "nucnvtst.h" |
-void addTestConvertErrorCallBack(TestNode** root); |
-void addTestEuroRegression(TestNode** root); |
-void addTestConverterFallBack(TestNode** root); |
-void addExtraTests(TestNode** root); |
- |
-/* bocu1tst.c */ |
-U_CFUNC void |
-addBOCU1Tests(TestNode** root); |
- |
-void addConvert(TestNode** root); |
- |
-void addConvert(TestNode** root) |
-{ |
- addTestConvert(root); |
- addTestNewConvert(root); |
- addBOCU1Tests(root); |
- addTestConvertErrorCallBack(root); |
- addTestEuroRegression(root); |
-#if !UCONFIG_NO_LEGACY_CONVERSION |
- addTestConverterFallBack(root); |
-#endif |
- addExtraTests(root); |
-} |