ICU-2030 Reenable the call to parse the file.

X-SVN-Rev: 9428
This commit is contained in:
George Rhoten 2002-07-30 02:35:48 +00:00
parent 71232bc364
commit a96dee9330

View File

@ -818,7 +818,7 @@ static void TestUnicodeData()
u_parseDelimitedFile(newPath, ';', fields, 15, unicodeDataLineFn, NULL, &errorCode);
if(errorCode==U_FILE_ACCESS_ERROR) {
errorCode=U_ZERO_ERROR;
// u_parseDelimitedFile(backupPath, ';', fields, 15, unicodeDataLineFn, NULL, &errorCode);
u_parseDelimitedFile(backupPath, ';', fields, 15, unicodeDataLineFn, NULL, &errorCode);
}
if(U_FAILURE(errorCode)) {
log_err("error parsing UnicodeData.txt: %s\n", u_errorName(errorCode));