6573250: Java.util.Currency.getSymbol(Locale) returns wrong value when locale is not US

Reviewed-by: yhuang, peytoia
This commit is contained in:
Yong Jeffrey Huang 2009-12-20 19:49:30 -08:00
parent bb86b60a83
commit 5304e769f1
3 changed files with 5 additions and 1 deletions

View File

@ -36,3 +36,4 @@
# Taligent is a registered trademark of Taligent, Inc.
CAD=$
USD=US$

View File

@ -5577,3 +5577,6 @@ FormatData/lt/DateTimePatterns/6=yyyy-MM-dd
#bug 6910489
CalendarData/sl/firstDayOfWeek=2
# bug 6573250
CurrencyNames/en_CA/USD=US$

View File

@ -32,7 +32,7 @@
* 6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
* 6645405 6650730 6910489
* 6645405 6650730 6910489 6573250
* @summary Verify locale data
*
*/