From: Yoshito Umaoka <y.umaoka@gmail.com> Date: Wed, 16 May 2018 20:13:50 +0000 (+0000) Subject: ICU-13744 Enabled the test case added in previous commit in ICU4C DateFormatTest X-Git-Tag: release-62-rc~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97318b70ee63a5b7abede31df6ff311c17405fb7;p=icu ICU-13744 Enabled the test case added in previous commit in ICU4C DateFormatTest X-SVN-Rev: 41384 --- diff --git a/icu4c/source/test/intltest/dtfmttst.cpp b/icu4c/source/test/intltest/dtfmttst.cpp index d6a34235aed..fb88f323229 100644 --- a/icu4c/source/test/intltest/dtfmttst.cpp +++ b/icu4c/source/test/intltest/dtfmttst.cpp @@ -121,6 +121,7 @@ void DateFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &nam TESTCASE_AUTO(TestDayPeriodWithLocales); TESTCASE_AUTO(TestMinuteSecondFieldsInOddPlaces); TESTCASE_AUTO(TestDayPeriodParsing); + TESTCASE_AUTO(TestParseRegression13744); TESTCASE_AUTO_END; }