mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-350 just add j350 test, still do all tests from -r 1.14
X-SVN-Rev: 1094
This commit is contained in:
parent
9c2fc5ab0f
commit
5d813e3499
1 changed files with 2 additions and 1 deletions
|
@ -324,7 +324,8 @@ void TestConvert()
|
|||
someConverters[0] = ucnv_open(NULL,&err);
|
||||
someConverters[1] = ucnv_open(NULL,&err);
|
||||
someConverters[2] = ucnv_open("utf8", &err);
|
||||
someConverters[3] = ucnv_openCCSID(1051,UCNV_IBM,&err); /* was 949 before testing j350 */
|
||||
someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err);
|
||||
ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
|
||||
if (U_FAILURE(err)){ log_err("FAILURE! %s\n", myErrorName(err));}
|
||||
|
||||
/* Testing ucnv_getName()*/
|
||||
|
|
Loading…
Add table
Reference in a new issue