From: gnrunge Date: Fri, 2 Sep 2022 20:14:42 +0000 (-0700) Subject: ICU-21957 Update TODO ticket reference: CLDR-13044 (done) ---> ICU-21420 (open). X-Git-Tag: cldr/2022-09-07^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00003dcbf2065d79fa45f8d53ef779861f71adb5;p=icu ICU-21957 Update TODO ticket reference: CLDR-13044 (done) ---> ICU-21420 (open). --- diff --git a/icu4c/source/test/intltest/numbertest_api.cpp b/icu4c/source/test/intltest/numbertest_api.cpp index 83b8eb5a0fa..ac9234909bc 100644 --- a/icu4c/source/test/intltest/numbertest_api.cpp +++ b/icu4c/source/test/intltest/numbertest_api.cpp @@ -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", diff --git a/icu4c/source/test/intltest/numbertest_range.cpp b/icu4c/source/test/intltest/numbertest_range.cpp index 1364c860cf5..faab35d1a5c 100644 --- a/icu4c/source/test/intltest/numbertest_range.cpp +++ b/icu4c/source/test/intltest/numbertest_range.cpp @@ -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() diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberFormatterApiTest.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberFormatterApiTest.java index 6f5558e38a8..a1c0e193db2 100644 --- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberFormatterApiTest.java +++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberFormatterApiTest.java @@ -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", diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberRangeFormatterTest.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberRangeFormatterTest.java index 5696f017ead..23e70733a22 100644 --- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberRangeFormatterTest.java +++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberRangeFormatterTest.java @@ -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()