From: Shane Carr Date: Thu, 1 Mar 2018 04:41:30 +0000 (+0000) Subject: ICU-13551 Fixing typo in Java test. Confirmed that the typo does not exist in corresp... X-Git-Tag: release-61-rc~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8eac2972e53fa9c2fe59171c6d1f979fbdbdc81;p=icu ICU-13551 Fixing typo in Java test. Confirmed that the typo does not exist in corresponding C++ test. X-SVN-Rev: 41031 --- 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 ec4ff7e0fc7..5c63d655dd6 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 @@ -1784,7 +1784,7 @@ public class NumberFormatterApiTest { "+444,444"); assertFormatSingle( - "Sign Always Negative", + "Sign Except-Zero Negative", "", NumberFormatter.with().sign(SignDisplay.EXCEPT_ZERO), ULocale.ENGLISH,