From c5cabf19534e02105bf93596f2f67d25c28ce6d5 Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Wed, 1 Apr 2020 14:25:29 -0700 Subject: [PATCH] ICU-21022 Update logKnownIssue to refer to ticket for fixing in a future release --- icu4c/source/test/intltest/dtfmtrtts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/dtfmtrtts.cpp b/icu4c/source/test/intltest/dtfmtrtts.cpp index 471d65c3d36..5fb5e5c6d97 100644 --- a/icu4c/source/test/intltest/dtfmtrtts.cpp +++ b/icu4c/source/test/intltest/dtfmtrtts.cpp @@ -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.