ICU-505 temporarily commented out test causing crash.

X-SVN-Rev: 1903
This commit is contained in:
Jim Snyder Grant 2000-07-17 16:49:04 +00:00
parent a7da319c5d
commit af1856f980

View File

@ -450,12 +450,14 @@ 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