ICU-3301 fix collation failure

X-SVN-Rev: 15190
This commit is contained in:
Ram Viswanadha 2004-05-07 03:14:44 +00:00
parent aecfee37ef
commit 290d46dba8

View File

@ -1885,7 +1885,7 @@ public class CollationMiscTest extends TestFmwk{
try {
RuleBasedCollator coll = new RuleBasedCollator(rule);
if(coll!=null){
errln("Did not get the expected exception");
logln("Collator did not throw an exception");
}
} catch (Exception e) {
errln("Error creating RuleBasedCollator with " + rule + " failed");