ICU-5032 Fix a typo from the last checkin

X-SVN-Rev: 19469
This commit is contained in:
George Rhoten 2006-03-29 00:59:28 +00:00
parent dbe243b118
commit 88420fdecf

View File

@ -948,6 +948,7 @@ void CharIterTest::TestUCharIterator() {
if (status != U_UNSUPPORTED_ERROR) {
errln("error: uiter_setState returned %s instead of U_UNSUPPORTED_ERROR", u_errorName(status));
}
status = U_ZERO_ERROR;
uiter_setState(NULL, 1, &status);
if (status != U_ILLEGAL_ARGUMENT_ERROR) {
errln("error: uiter_setState returned %s instead of U_ILLEGAL_ARGUMENT_ERROR", u_errorName(status));