/*
**********************************************************************
-* Copyright (c) 2003, International Business Machines
+* Copyright (c) 2003-2009, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
void addPosixTest(TestNode** root)
{
+#if !UCONFIG_NO_FILE_IO && !UCONFIG_NO_LEGACY_CONVERSION
addTest(root, &TestMessageCatalog, "tsutil/cposxtst/TestMessageCatalog");
+#endif
}
/**********************************************************************/
const char *path = loadTestData(&ec);
if (U_FAILURE(ec)) {
- log_err("FAIL: loadTestData => %s\n", u_errorName(ec));
+ log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
return;
}
catd = u_catopen(path, "mc", &ec);
if (U_FAILURE(ec)) {
- log_err("FAIL: u_catopen => %s\n", u_errorName(ec));
+ log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
return;
}