JDK-8200470 : Test plan for compact Number Formatting support
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2018-03-30
  • Updated: 2019-01-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Description
As it needs to support formatting a number in its short/compact form, developer will add new APIs and we will need to add relative tests to verify this feature.
1. Parse short number format element in cldr xml file
2. Add below new tests to cover all available locales supported by NumberFormat.
       - testLongCompactDecimalFormat
       - testShortCompactDecimalFormat
       - testGetCompactNumberInstance()


Test Result