ICU-21022 Update logKnownIssue to refer to ticket for fixing in a future release

This commit is contained in:
Peter Edberg 2020-04-01 14:25:29 -07:00 committed by pedberg-icu
parent 4807a89297
commit c5cabf1953

View file

@ -471,7 +471,7 @@ void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UB
maxSmatch = 3;
maxDmatch = 3;
} else if (timeOnly && uprv_strcmp(origLocale.getName(),"ar_JO@calendar=islamic-civil")==0 &&
logKnownIssue("21022", "ar_JO@calendar=islamic-civil timeOnly roundtrip converges too slowly")) {
logKnownIssue("21049", "ar_JO@calendar=islamic-civil timeOnly roundtrip converges too slowly")) {
// For some reason, for time-only tests, ar_JO@calendar=islamic-civil is no
// longer converging to a match as fast as expected above. Investigate with
// ICU-21022, but meanwhile allow more cycles for convergence.