ICU-5298 verbose output

X-SVN-Rev: 20358
This commit is contained in:
Ram Viswanadha 2006-09-19 21:24:48 +00:00
parent 2dfcfb7502
commit c30d9850ea

View File

@ -2174,7 +2174,11 @@ public class CollationMiscTest extends TestFmwk {
}
String[] values = Collator.getKeywordValues("collation");
log("Collator.getKeywordValues returned: ");
for(int i=0; i<values.length;i++){
log(values[i]+", ");
}
logln("");
logln("Number of collator values returned : " + values.length);
Set foundValues = new TreeSet(Arrays.asList(values));