ICU-8642 Add the API signature data file generated by release-4-8 into the trunk.

X-SVN-Rev: 30211
This commit is contained in:
Yoshito Umaoka 2011-06-13 19:22:06 +00:00
parent a1cf9f19a5
commit 7726aff490

View File

@ -749,9 +749,7 @@ public class CollationIteratorTest extends TestFmwk {
if ( ioff < noff ) {
errln("Error: in locale " + localeString + ", CEIterator next() returned fewer elements than expected");
}
/*
// Skip the backwards test until ticket #8382 is fixed
uce.setOffset(tsceText.length());
ioff = noff;
do {
@ -774,7 +772,6 @@ public class CollationIteratorTest extends TestFmwk {
if ( ioff > 0 ) {
errln("Error: in locale " + localeString + ", CEIterator previous() returned fewer elements than expected");
}
*/
}
}
}