ICU-5032 Increase code coverage numbers

X-SVN-Rev: 19466
This commit is contained in:
George Rhoten 2006-03-28 22:00:11 +00:00
parent 4c80e2649e
commit d5bc69e7f4

View file

@ -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,