mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5828 Remove provisional data from ICU
X-SVN-Rev: 22308
This commit is contained in:
parent
d9f537dbcf
commit
6ef9660bab
3 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7043a0156f00cae139077f073b30454d1eaef6934452649bb1436c75e90a9963
|
||||
oid sha256:5cfa5dbc7871b399559d54eebaf69401b53ec363713154385a6c62c22d3a727b
|
||||
size 791993
|
||||
|
|
|
@ -1465,8 +1465,8 @@ public class GlobalizationPreferencesTest extends TestFmwk {
|
|||
gp.setCurrency(Currency.getInstance("GBP"));
|
||||
nf = gp.getNumberFormat(GlobalizationPreferences.NF_CURRENCY);
|
||||
numStr = nf.format(num);
|
||||
if (!numStr.equals("123.456,79 \u00A3")) {
|
||||
errln("FAIL: Number string is " + numStr + " Expected: 123.456,79 \u00A3");
|
||||
if (!numStr.equals("123.456,79 UK\u00A3")) {
|
||||
errln("FAIL: Number string is " + numStr + " Expected: 123.456,79 UK\u00A3");
|
||||
}
|
||||
|
||||
// Set exliplicit NumberFormat
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:258bae05d7716fdab3517d80db852e1f7b66e0d0aa9696edd5312394d51b3e46
|
||||
size 5422731
|
||||
oid sha256:63911be5e166d2222d2d9970f4e1f69df6e183af39e247674415210cdfc2f026
|
||||
size 5422053
|
||||
|
|
Loading…
Add table
Reference in a new issue