Skip to content

Commit 9490a7d

Browse files
authored
CLDR-18334 change logknownissue on Saudi Riyal to CLDR-18887 (#4980)
1 parent dc1ad75 commit 9490a7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/cldr-code/src/test/java/org/unicode/cldr/util/TestCodePointEscaper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ void testInRootAndEnglish() {
9393
}
9494
if (ph.getCode().startsWith("SAR")
9595
&& logKnownIssue(
96-
"CLDR-18334", "some random test failure, revisit")) {
96+
"CLDR-18887",
97+
"revisit unclear test message when currency changes")) {
9798
continue;
9899
}
99100
ok = false;

0 commit comments

Comments
 (0)