From: Yoshito Umaoka Date: Mon, 13 Jun 2011 19:39:28 +0000 (+0000) Subject: ICU-8642 Reverting the previous change that was a mis-commit. X-Git-Tag: milestone-59-0-1~4733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9acc678a3a45522176ec3893a1a4f9c8ab11ac7a;p=icu ICU-8642 Reverting the previous change that was a mis-commit. X-SVN-Rev: 30212 --- diff --git a/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationIteratorTest.java b/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationIteratorTest.java index ace6a40f7da..c80a0f21a9a 100644 --- a/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationIteratorTest.java +++ b/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationIteratorTest.java @@ -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"); } + */ } } }