-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b17
STARTED CompactSubFormats::applyPatternTest 'applyPatternTest()'
SUCCESSFUL CompactSubFormats::applyPatternTest 'applyPatternTest()'
STARTED CompactSubFormats::recognizedCompactStylesTest 'recognizedCompactStylesTest()'
org.opentest4j.AssertionFailedError: expected: <DecimalFormat [locale: "English", pattern: "compact_regular#"]
> but was: <DecimalFormat [locale: "English (United States)", pattern: "compact_regular#"]
>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1142)
at CompactSubFormats.recognizedCompactStylesTest(CompactSubFormats.java:67)
SUCCESSFUL CompactSubFormats::applyPatternTest 'applyPatternTest()'
STARTED CompactSubFormats::recognizedCompactStylesTest 'recognizedCompactStylesTest()'
org.opentest4j.AssertionFailedError: expected: <DecimalFormat [locale: "English", pattern: "compact_regular#"]
> but was: <DecimalFormat [locale: "English (United States)", pattern: "compact_regular#"]
>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1142)
at CompactSubFormats.recognizedCompactStylesTest(CompactSubFormats.java:67)
- relates to
-
JDK-8329118 Run MessageFormat additional subformat pattern tests under en_US locale
- Resolved