ICU-871 make sure Tibetan is tested properly even in the quick mode

X-SVN-Rev: 13840
This commit is contained in:
Vladimir Weinstein 2003-11-24 19:40:46 +00:00
parent 6be38162d2
commit 52a52e88f5

View File

@ -4151,6 +4151,7 @@ static void TestTibetanConformance(void)
if (U_SUCCESS(status)) {
u_unescape(test[0], source, 100);
u_unescape(test[1], target, 100);
doTest(coll, source, target, UCOL_EQUAL);
result = ucol_strcoll(coll, source, -1, target, -1);
printf("result %d\n", result);
if (UCOL_EQUAL != result) {