mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-505 re-add the lmbcs test now that it does not crash any more
X-SVN-Rev: 1908
This commit is contained in:
parent
4015163642
commit
e736ce5911
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue