ICU-5298 verbose output
X-SVN-Rev: 20358
This commit is contained in:
parent
2dfcfb7502
commit
c30d9850ea
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user