]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cconvtst.c
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cconvtst.c
index c4d431b72a91a0904978d3e5fb70f25f929c4281..41bfd733d06898b8ff0e556269d0712e8fd12c26 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2012, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -15,7 +15,7 @@
 #include "cintltst.h"
 
 void addTestConvert(TestNode**);
-void addTestNewConvert(TestNode**);
+#include "nucnvtst.h"
 void addTestConvertErrorCallBack(TestNode** root);
 void addTestEuroRegression(TestNode** root);
 void addTestConverterFallBack(TestNode** root);
@@ -34,6 +34,8 @@ void addConvert(TestNode** root)
     addBOCU1Tests(root);
     addTestConvertErrorCallBack(root);
     addTestEuroRegression(root);
+#if !UCONFIG_NO_LEGACY_CONVERSION
     addTestConverterFallBack(root);
+#endif
     addExtraTests(root);
 }