ICU-12639 fix typo

X-SVN-Rev: 39303
This commit is contained in:
Markus Scherer 2016-09-20 23:04:26 +00:00
parent 8ebcc0b6d9
commit 5e68fee567

View File

@ -719,7 +719,7 @@ StringCaseTest::TestLongUpper() {
void StringCaseTest::TestMalformedUTF8() {
// ticket #12639
IcuTestErrorCode errorCode(*this, "TestTitleMalformedUTF8");
IcuTestErrorCode errorCode(*this, "TestMalformedUTF8");
LocalUCaseMapPointer csm(ucasemap_open("en", U_TITLECASE_NO_BREAK_ADJUSTMENT, errorCode));
if (errorCode.isFailure()) {
errln("ucasemap_open(English) failed - %s", errorCode.errorName());