Skip to content

Commit

Permalink
ICU-21249 Update instructions in StaticUnicodeSetsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored and roubert committed Sep 3, 2020
1 parent 28707b4 commit 82545ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions icu4c/source/test/intltest/static_unisets_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ void StaticUnicodeSetsTest::assertInSet(const UnicodeString &localeName, const U

void StaticUnicodeSetsTest::assertInSet(const UnicodeString &localeName, const UnicodeString &setName,
const UnicodeSet &set, UChar32 cp) {
// If this test case fails, add the specified code point to the corresponding set in
// UnicodeSetStaticCache.java and numparse_unisets.cpp
// If this test case fails, add the specified code point to the corresponding set in either:
// - parseLenients in CLDR root.xml
// - harded-coded sets in StaticUnicodeSets.java and static_unicode_sets.cpp
assertTrue(
localeName + UnicodeString(u" ") + UnicodeString(cp) + UnicodeString(u" is missing in ") +
setName, set.contains(cp));
Expand Down

0 comments on commit 82545ec

Please sign in to comment.