Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / icu / source / test / cintltst / cconvtst.c
index 4399749..41bfd73 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2009, International Business Machines Corporation and
+ * Copyright (c) 1997-2012, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -34,6 +34,8 @@ void addConvert(TestNode** root)
     addBOCU1Tests(root);
     addTestConvertErrorCallBack(root);
     addTestEuroRegression(root);
+#if !UCONFIG_NO_LEGACY_CONVERSION
     addTestConverterFallBack(root);
+#endif
     addExtraTests(root);
 }