]> granicus.if.org Git - icu/commitdiff
ICU-13551 Fixing typo in Java test. Confirmed that the typo does not exist in corresp...
authorShane Carr <shane@unicode.org>
Thu, 1 Mar 2018 04:41:30 +0000 (04:41 +0000)
committerShane Carr <shane@unicode.org>
Thu, 1 Mar 2018 04:41:30 +0000 (04:41 +0000)
X-SVN-Rev: 41031

icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/NumberFormatterApiTest.java

index ec4ff7e0fc78478e3834c25643939214b9263bab..5c63d655dd6680b4d5fd810282b9201a49c2e6c3 100644 (file)
@@ -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,