ICU-8642 Reverting the previous change that was a mis-commit.

X-SVN-Rev: 30212
This commit is contained in:
Yoshito Umaoka 2011-06-13 19:39:28 +00:00
parent 7726aff490
commit 9acc678a3a

View File

@ -749,7 +749,9 @@ 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 {
@ -772,6 +774,7 @@ public class CollationIteratorTest extends TestFmwk {
if ( ioff > 0 ) {
errln("Error: in locale " + localeString + ", CEIterator previous() returned fewer elements than expected");
}
*/
}
}
}