mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-5032 Increase code coverage numbers
X-SVN-Rev: 19466
This commit is contained in:
parent
4c80e2649e
commit
d5bc69e7f4
1 changed files with 7 additions and 0 deletions
|
@ -1425,6 +1425,13 @@ TestSwapData() {
|
|||
}
|
||||
|
||||
/* Test that printError works as expected. */
|
||||
errorCode=U_USELESS_COLLATOR_ERROR;
|
||||
ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
|
||||
!U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
|
||||
&errorCode);
|
||||
if (ds != NULL || errorCode != U_USELESS_COLLATOR_ERROR) {
|
||||
log_err("udata_openSwapper should have returned NULL with bad argument\n", name);
|
||||
}
|
||||
errorCode=U_ZERO_ERROR;
|
||||
ds=udata_openSwapper(U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
|
||||
!U_IS_BIG_ENDIAN, U_ASCII_FAMILY,
|
||||
|
|
Loading…
Add table
Reference in a new issue