ICU-13255 Changes a TODO comment to refer to a different ticket.
X-SVN-Rev: 40339
This commit is contained in:
parent
7f0d4110c8
commit
c1c5e14cec
@ -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);
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user