ICU-1090 when you remove a data file, please update tests accordingly

X-SVN-Rev: 6189
This commit is contained in:
Vladimir Weinstein 2001-10-11 18:41:03 +00:00
parent f7de0d9f71
commit 2a1236f557

View File

@ -992,7 +992,7 @@ static void TestConstruction1()
uprv_strcat(testdatapath, "testdata");
log_verbose("Testing ures_open()......\n");
empty = ures_open(testdatapath, "empty", &status);
empty = ures_open(testdatapath, "testempty", &status);
if(empty == NULL || U_FAILURE(status)) {
log_err("opening empty failed!\n");
}