]> granicus.if.org Git - icu/commitdiff
ICU-21249 Fix TODOs to reference ICU-21284 instead of ICU-20920
authorShane F. Carr <shane@unicode.org>
Tue, 15 Sep 2020 02:00:32 +0000 (21:00 -0500)
committerShane F. Carr <shane@unicode.org>
Tue, 15 Sep 2020 17:27:44 +0000 (12:27 -0500)
icu4c/source/test/intltest/measfmttest.cpp
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/MeasureUnitTest.java

index 938163e301cdc2717706fca158a74b5959ba05c0..fac681eb7c508f6d21f6af1d0364df51a4f17425 100644 (file)
@@ -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);
index 3b1c424bbfeb6fd9ffe4ee81562d9a48c505a84d..3d2bd27c56c2571d6f70f94cfa030dbdd8032b19 100644 (file)
@@ -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.
         };