From dee2c6dd9ad0cad70ce0f06be8c08345ac8e0054 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Wed, 9 Oct 2024 16:11:09 +0200 Subject: [PATCH] ICU-22127 Remove obsolete WordBreakTest.txt known issues --- icu4c/source/test/intltest/rbbitst.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/icu4c/source/test/intltest/rbbitst.cpp b/icu4c/source/test/intltest/rbbitst.cpp index aadadcecdabb..690ab650319f 100644 --- a/icu4c/source/test/intltest/rbbitst.cpp +++ b/icu4c/source/test/intltest/rbbitst.cpp @@ -1267,11 +1267,6 @@ UBool RBBITest::testCaseIsKnownIssue(const UnicodeString &testCase, const char * const char16_t *fString; } badTestCases[] = { {"10666", "GraphemeBreakTest.txt", u"\u0020\u0020\u0033"}, // Fake example, for illustration. - - // ICU-22127 until UAX #29 wordbreak is update for the colon changes in ICU-22112, - // need to skip some tests in WordBreakTest.txt - {"22127", "WordBreakTest.txt", u"a:"}, - {"22127", "WordBreakTest.txt", u"A:"}, }; for (int n=0; n