mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-22534 Integrate CLDR 45 release alpha 3, part 3, source files
This commit is contained in:
parent
fc18bcb05f
commit
1b2d28b042
1 changed files with 4 additions and 1 deletions
|
@ -524,7 +524,10 @@ void unitsTestDataLineFn(void *context, char *fields[][2], int32_t fieldCount, U
|
|||
double inverted = converter.convertInverse(got);
|
||||
msg.clear();
|
||||
msg.append("Converting back to ", status).append(x, status).append(" from ", status).append(y, status);
|
||||
unitsTest->assertEqualsNear(msg.data(), 1000, inverted, 0.0001);
|
||||
if (strncmp(x.data(), "beaufort", 8)
|
||||
&& log_knownIssue("CLDR-17454", "unitTest.txt for beaufort doesn't scale correctly") ) {
|
||||
unitsTest->assertEqualsNear(msg.data(), 1000, inverted, 0.0001);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue