ICU-13255 Changes a TODO comment to refer to a different ticket.

X-SVN-Rev: 40339
This commit is contained in:
Norbert Runge 2017-08-17 17:52:01 +00:00
parent 7f0d4110c8
commit c1c5e14cec
2 changed files with 2 additions and 2 deletions

View 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);

View 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) {