summaryrefslogtreecommitdiff
path: root/tests/test_numbers.py
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2015-12-20 21:29:21 +0200
committerAarni Koskela <akx@iki.fi>2015-12-21 19:01:12 +0200
commit9f7f4d02998955719a8d18bfcbec8f700bec9923 (patch)
tree4ecb660643e624231034e009ebaea9b28c0f1443 /tests/test_numbers.py
parent23c4a550c6073a1f6948196539d0c8c51c950a3a (diff)
downloadbabel-9f7f4d02998955719a8d18bfcbec8f700bec9923.tar.gz
Update to CLDR 28 (with test updates)
* Aside from the usual data changes, the provisional aa locale is no longer, so we can't use it for tests. Instead, ii is used (chosen by virtue of ii.xml being fairly small, i.e. probably as incomplete as aa). * ms_Latn_SG is not in use anymore either; use sr_Latn_ME instead. Closes #226 Closes #290
Diffstat (limited to 'tests/test_numbers.py')
-rw-r--r--tests/test_numbers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_numbers.py b/tests/test_numbers.py
index f042833..4b8a48d 100644
--- a/tests/test_numbers.py
+++ b/tests/test_numbers.py
@@ -230,7 +230,7 @@ def test_format_currency():
assert (numbers.format_currency(1099.98, 'USD', locale='en_US')
== u'$1,099.98')
assert (numbers.format_currency(1099.98, 'USD', locale='es_CO')
- == u'US$1.099,98')
+ == u'US$\xa01.099,98')
assert (numbers.format_currency(1099.98, 'EUR', locale='de_DE')
== u'1.099,98\xa0\u20ac')
assert (numbers.format_currency(1099.98, 'EUR', u'\xa4\xa4 #,##0.00',