]> granicus.if.org Git - icu/commitdiff
ICU-21957 Update TODO ticket reference: CLDR-13044 (done) ---> ICU-21420 (open). cldr/2022-09-07
authorgnrunge <nrunge@google.com>
Fri, 2 Sep 2022 20:14:42 +0000 (13:14 -0700)
committerNorbert Runge <41129501+gnrunge@users.noreply.github.com>
Tue, 6 Sep 2022 16:14:07 +0000 (09:14 -0700)
icu4c/source/test/intltest/numbertest_api.cpp
icu4c/source/test/intltest/numbertest_range.cpp
icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberFormatterApiTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberRangeFormatterTest.java

index 83b8eb5a0fa859a6158dea218540d44876ee6b16..ac9234909bc33a80d9cc250c8f2d06f8cf8b22af 100644 (file)
@@ -2285,7 +2285,7 @@ void NumberFormatterApiTest::unitCurrency() {
             -123.12,
             u"RON-123.12");
 
-    // TODO(CLDR-13044): Move the sign to the inside of the number
+    // TODO(ICU-21420): Move the sign to the inside of the number
     assertFormatSingle(
             u"Sign position on negative number with currency spacing",
             u"currency/RON",
index 1364c860cf59a6f37fdb2c9476519901da6c00f4..faab35d1a5c8ca6f9f8afd30c0d6ed5d84249767 100644 (file)
@@ -987,7 +987,7 @@ void NumberRangeFormatterTest::test21358_SignPosition() {
         u"CHF≈5’000.00",
         u"CHF 5’000.00–5’000’000.00");
 
-    // TODO(CLDR-13044): Move the sign to the inside of the number
+    // TODO(ICU-21420): Move the sign to the inside of the number
     assertFormatRange(
         u"Approximately sign position with currency spacing",
         NumberRangeFormatter::with()
index 6f5558e38a89b752d42761ae5586b3a7aa6eecfd..a1c0e193db251bd0162f47fa2b5553f79d549e76 100644 (file)
@@ -2245,7 +2245,7 @@ public class NumberFormatterApiTest extends TestFmwk {
                 -123.12,
                 "RON-123.12");
 
-        // TODO(CLDR-13044): Move the sign to the inside of the number
+        // TODO(ICU-21420): Move the sign to the inside of the number
         assertFormatSingle(
                 "Sign position on negative number with currency spacing",
                 "currency/RON",
index 5696f017eadea208d31a7c275523059f81b3dc33..23e70733a22b1f7b13f22845eebd2c4b13206321 100644 (file)
@@ -917,7 +917,7 @@ public class NumberRangeFormatterTest extends TestFmwk {
             "CHF≈5’000.00",
             "CHF 5’000.00–5’000’000.00");
 
-        // TODO(CLDR-13044): Move the sign to the inside of the number
+        // TODO(ICU-21420): Move the sign to the inside of the number
         assertFormatRange(
             "Approximately sign position with currency spacing",
             NumberRangeFormatter.with()