mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-11646 DecimalFormat equality test, add error check.
X-SVN-Rev: 41344
This commit is contained in:
parent
1e375dbbcc
commit
ac9d29eed6
1 changed files with 1 additions and 0 deletions
|
@ -9215,6 +9215,7 @@ void NumberFormatTest::Test11646_Equality() {
|
|||
DecimalFormatSymbols symbols(Locale::getEnglish(), status);
|
||||
UnicodeString pattern(u"\u00a4\u00a4\u00a4 0.00 %\u00a4\u00a4");
|
||||
DecimalFormat fmt(pattern, symbols, status);
|
||||
if (!assertSuccess("", status)) return;
|
||||
|
||||
// Test equality with affixes. set affix methods can't capture special
|
||||
// characters which is why equality should fail.
|
||||
|
|
Loading…
Add table
Reference in a new issue