From: Markus Scherer Date: Tue, 20 Sep 2016 23:04:26 +0000 (+0000) Subject: ICU-12639 fix typo X-Git-Tag: milestone-59-0-1~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e68fee56760a8946b0fd47e381c169dd6ad6dde;p=icu ICU-12639 fix typo X-SVN-Rev: 39303 --- diff --git a/icu4c/source/test/intltest/strcase.cpp b/icu4c/source/test/intltest/strcase.cpp index 838c6a931ab..06665308ed6 100644 --- a/icu4c/source/test/intltest/strcase.cpp +++ b/icu4c/source/test/intltest/strcase.cpp @@ -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());