|
Relates :
|
|
|
Relates :
|
Run getDisplayName(ERA, SHORT, Locale.forLanguageTag("zh")), attached the test code.
Actual result:
* run with -Djava.locale.providers=COMPAT,CLDR, it will return "N"
* run with -Djava.locale.providers=CLDR,COMPAT, it will return empty string.
* run with default data provider, it will return empty string.
Expected result:
Shouldn't return empty string.
|