ICU-505 re-add the lmbcs test now that it does not crash any more

X-SVN-Rev: 1908
This commit is contained in:
Markus Scherer 2000-07-17 19:51:01 +00:00
parent 4015163642
commit e736ce5911

View file

@ -450,17 +450,10 @@ void TestSubWithValue(int32_t inputsize, int32_t outputsize)
log_err("euc-jp->u with substitute with value did not match.\n");
/*got to confirm this*/
#if 0
/* test commented out 2000-07-17 by JSG because of crash bug in LMBCs converter.
will turn back on as soon as crash is resolved */
if(!testConvertToUnicode(sampleTxtLMBCS, sizeof(sampleTxtLMBCS),
LMBCSToUnicode, sizeof(LMBCSToUnicode)/sizeof(LMBCSToUnicode[0]),"LMBCS",
(UConverterToUCallback)UCNV_TO_U_CALLBACK_ESCAPE, fromLMBCS ))
log_err("LMBCS->u with substitute with value did not match.\n");
#endif
}
}
void TestLegalAndOthers(int32_t inputsize, int32_t outputsize)