ICU-8642 Reverting the previous change that was a mis-commit.
X-SVN-Rev: 30212
This commit is contained in:
parent
7726aff490
commit
9acc678a3a
@ -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");
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user