mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-11647 Windows failure with Test11647_PatternCurrencySymbols()
X-SVN-Rev: 41373
This commit is contained in:
parent
b2c77dc391
commit
0f64f94ed6
1 changed files with 1 additions and 1 deletions
|
@ -9514,7 +9514,7 @@ void NumberFormatTest::Test12753_PatternDecimalPoint() {
|
|||
if (!assertSuccess("", status)) return;
|
||||
UnicodeString actual;
|
||||
df.format(123, actual);
|
||||
assertEquals("Should replace 4 currency signs with U+FFFD", "\uFFFD123", actual);
|
||||
assertEquals("Should replace 4 currency signs with U+FFFD", u"\uFFFD123", actual);
|
||||
}
|
||||
|
||||
void NumberFormatTest::Test11913_BigDecimal() {
|
||||
|
|
Loading…
Add table
Reference in a new issue