]> granicus.if.org Git - icu/commitdiff
ICU-8642 Reverting the previous change that was a mis-commit.
authorYoshito Umaoka <y.umaoka@gmail.com>
Mon, 13 Jun 2011 19:39:28 +0000 (19:39 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Mon, 13 Jun 2011 19:39:28 +0000 (19:39 +0000)
X-SVN-Rev: 30212

icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationIteratorTest.java

index ace6a40f7da85d5a58c9af7ed75a7ae0e06f5aeb..c80a0f21a9a54ab12f82cbc0a6e4731e112c7ecc 100644 (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");
             }
+            */
         }
     }
 }