mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12072 C, oops, correctly disable the tests currently missing data
X-SVN-Rev: 38482
This commit is contained in:
parent
eddf3c7f4c
commit
b17967ca58
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ static void TestRelDateFmt()
|
|||
UChar ubufget[kUBufMax];
|
||||
int32_t ulenget;
|
||||
|
||||
if (itemPtr->unit >= UDAT_REL_UNIT_SUNDAY && (offsets[iOffset] != -1.0 || offsets[iOffset] != 0.0 || offsets[iOffset] != 1.0)) {
|
||||
if (itemPtr->unit >= UDAT_REL_UNIT_SUNDAY && offsets[iOffset] != -1.0 && offsets[iOffset] != 0.0 && offsets[iOffset] != 1.0) {
|
||||
continue; /* we do not currently have data for this */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue