mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-7365 fix broken test from r30570
X-SVN-Rev: 30572
This commit is contained in:
parent
dd8732a309
commit
349899e8cb
1 changed files with 2 additions and 0 deletions
|
@ -281,10 +281,12 @@ static void TestVersion(void)
|
|||
if (U_FAILURE(status)) {
|
||||
log_data_err("ERROR: Unable to get data version. %s\n", u_errorName(status));
|
||||
} else {
|
||||
#if 0
|
||||
u_isDataOlder(version, &isModified, &status);
|
||||
if (U_FAILURE(status)) {
|
||||
log_err("ERROR: Unable to compare data version. %s\n", u_errorName(status));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue