ICU-11454 cdattst/TestOverrideNumberFormat, fix Windows build failure w previouos change.
X-SVN-Rev: 36902
This commit is contained in:
parent
5805449990
commit
67f2494005
@ -1650,13 +1650,13 @@ static void TestOverrideNumberFormat(void) {
|
||||
udat_close(fmt);
|
||||
|
||||
for (i=0; i<UPRV_LENGTHOF(overrideNumberFormat); i++){
|
||||
if ((i==1 || i==3 || i==4) && log_knownIssue("11454", "skipping overrideNumberFormat test case")) {
|
||||
continue;
|
||||
}
|
||||
UChar ubuf[kUbufMax];
|
||||
UDateFormat* fmt2;
|
||||
UNumberFormat* overrideFmt2;
|
||||
|
||||
if ((i==1 || i==3 || i==4) && log_knownIssue("11454", "skipping overrideNumberFormat test case")) {
|
||||
continue;
|
||||
}
|
||||
fmt2 =udat_open(UDAT_PATTERN, UDAT_PATTERN,"en_US",NULL,0,pattern, u_strlen(pattern), &status);
|
||||
assertSuccess("udat_open() with en_US", &status);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user