mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-1880 forget to reset status in one case
X-SVN-Rev: 8561
This commit is contained in:
parent
d7aa82bb03
commit
277a918e33
2 changed files with 2 additions and 0 deletions
|
@ -310,6 +310,7 @@ processTest(UResourceBundle *test, UErrorCode *status) {
|
|||
}
|
||||
}
|
||||
}
|
||||
*status = U_ZERO_ERROR;
|
||||
ures_close(type);
|
||||
}
|
||||
|
||||
|
|
|
@ -348,6 +348,7 @@ DataDrivenCollatorTest::processTest(UResourceBundle *test, UErrorCode &status) {
|
|||
}
|
||||
}
|
||||
}
|
||||
status = U_ZERO_ERROR;
|
||||
ures_close(type);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue