ICU-1880 forget to reset status in one case

X-SVN-Rev: 8561
This commit is contained in:
Vladimir Weinstein 2002-05-01 21:56:57 +00:00
parent d7aa82bb03
commit 277a918e33
2 changed files with 2 additions and 0 deletions

View file

@ -310,6 +310,7 @@ processTest(UResourceBundle *test, UErrorCode *status) {
}
}
}
*status = U_ZERO_ERROR;
ures_close(type);
}

View file

@ -348,6 +348,7 @@ DataDrivenCollatorTest::processTest(UResourceBundle *test, UErrorCode &status) {
}
}
}
status = U_ZERO_ERROR;
ures_close(type);
}