/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2012, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
#include "cintltst.h"
void addTestConvert(TestNode**);
-void addTestNewConvert(TestNode**);
+#include "nucnvtst.h"
void addTestConvertErrorCallBack(TestNode** root);
void addTestEuroRegression(TestNode** root);
void addTestConverterFallBack(TestNode** root);
addBOCU1Tests(root);
addTestConvertErrorCallBack(root);
addTestEuroRegression(root);
+#if !UCONFIG_NO_LEGACY_CONVERSION
addTestConverterFallBack(root);
+#endif
addExtraTests(root);
}