ICU-96 C++ comments in C file removed

X-SVN-Rev: 4829
This commit is contained in:
Vladimir Weinstein 2001-05-30 15:13:04 +00:00
parent 9482758ade
commit 453554cb1e

View file

@ -1791,7 +1791,9 @@ static void TestExpansionSyntax() {
rlen = u_unescape(expectedRules[i], rlz, 2048);
cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, &status);
// testAgainstUCA(cresulting, credundant, 0, "expected", TRUE, &status);
/* testAgainstUCA still doesn't handle expansions correctly, so this is not run */
/* as a hard error test, but only in information mode */
testAgainstUCA(cresulting, credundant, 0, "expected", FALSE, &status);
ucol_close(credundant);
ucol_close(cresulting);