]> granicus.if.org Git - icu/commitdiff
ICU-13255 Changes a TODO comment to refer to a different ticket.
authorNorbert Runge <nrunge@google.com>
Thu, 17 Aug 2017 17:52:01 +0000 (17:52 +0000)
committerNorbert Runge <nrunge@google.com>
Thu, 17 Aug 2017 17:52:01 +0000 (17:52 +0000)
X-SVN-Rev: 40339

icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/BreakIteratorTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/RBBITest.java

index 1347320645f146389c2e594a0d555c76305d3ad5..ad237f824b95280b47c567f26f85137ec4b5307c 100644 (file)
@@ -63,7 +63,7 @@ public class BreakIteratorTest extends TestFmwk
         List<String> previousResults = _testLastAndPrevious(bi, text);
 
         logln("comparing forward and backward...");
-        //TODO(junit) - needs to be rewritten
+        // TODO(#13318): As part of clean-up, permanently remove the error count check.
         //int errs = getErrorCount();
         compareFragmentLists("forward iteration", "backward iteration", nextResults,
                         previousResults);
index 7f05b4b1329295f830cc1fd53d032ef21e8f5cb7..bcc105bb96986c529573d327fb0d5420a88b3027 100644 (file)
@@ -279,7 +279,7 @@ public class RBBITest extends TestFmwk {
         List<String> previousResults = _testLastAndPrevious(rbbi, text);
 
         logln("comparing forward and backward...");
-        //TODO(junit) - needs to be rewritten
+        // TODO(#13318): As part of clean-up, permanently remove the error count check.
         //int errs = getErrorCount();
         compareFragmentLists("forward iteration", "backward iteration", nextResults, previousResults);
         //if (getErrorCount() == errs) {