mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-21249 Fix TODOs to reference ICU-21284 instead of ICU-20920
This commit is contained in:
parent
74b7882a86
commit
b41f12065f
2 changed files with 2 additions and 2 deletions
|
@ -3660,7 +3660,7 @@ void MeasureFormatTest::TestIdentifiers() {
|
|||
{"gram-square-gram-per-dekagram", "cubic-gram-per-dekagram"},
|
||||
{"kilogram-per-meter-per-second", "kilogram-per-meter-second"},
|
||||
|
||||
// TODO(ICU-20920): Add more test cases once the proper ranking is available.
|
||||
// TODO(ICU-21284): Add more test cases once the proper ranking is available.
|
||||
};
|
||||
for (const auto &cas : cases) {
|
||||
status.setScope(cas.id);
|
||||
|
|
|
@ -3493,7 +3493,7 @@ public class MeasureUnitTest extends TestFmwk {
|
|||
new TestCase(
|
||||
"kilogram-per-meter-per-second", "kilogram-per-meter-second"),
|
||||
|
||||
// TODO(ICU-20920): Add more test cases once the proper ranking is available.
|
||||
// TODO(ICU-21284): Add more test cases once the proper ranking is available.
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue