ICU-9925 Update time-bomb comment to refer to new ticket #9975 for it

X-SVN-Rev: 33315
This commit is contained in:
Peter Edberg 2013-02-24 19:30:14 +00:00
parent 57ab6f389a
commit 57367832e2

View File

@ -3665,7 +3665,7 @@ void DateFormatTest::TestNumberAsStringParsing()
const NumAsStringItem * itemPtr;
for (itemPtr = items; itemPtr->localeStr != NULL; itemPtr++ ) {
if (!isICUVersionAtLeast(51, 0, 2) && itemPtr->localeStr[0] == 0 && itemPtr->lenient == FALSE) {
continue; // Need to investigate this, noted in #9925
continue; // Time-bomb added per #9925, fix per #9975
}
Locale locale = Locale::createFromName(itemPtr->localeStr);
UErrorCode status = U_ZERO_ERROR;