]> granicus.if.org Git - icu/commitdiff
ICU-8642 Add the API signature data file generated by release-4-8 into the trunk.
authorYoshito Umaoka <y.umaoka@gmail.com>
Mon, 13 Jun 2011 19:22:06 +0000 (19:22 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Mon, 13 Jun 2011 19:22:06 +0000 (19:22 +0000)
X-SVN-Rev: 30211

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

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