https://hg.python.org/cpython/rev/8c5555dea138 changeset: 92756:8c5555dea138 branch: 3.4 parent: 92753:e9aaefa3f2eb user: Serhiy Storchaka <storchaka at gmail.com> date: Thu Oct 02 11:36:12 2014 +0300 summary: Issue #20079: Fixed tests. files: Lib/test/test_locale.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py --- a/Lib/test/test_locale.py +++ b/Lib/test/test_locale.py @@ -425,7 +425,7 @@ def test_valencia_modifier(self): self.check('ca_ES.UTF-8 at valencia', 'ca_ES.UTF-8 at valencia') - self.check('ca_ES at valencia', 'ca_ES.ISO8859-1 at valencia') + self.check('ca_ES at valencia', 'ca_ES.ISO8859-15 at valencia') self.check('ca at valencia', 'ca_ES.ISO8859-1 at valencia') def test_devanagari_modifier(self): -- Repository URL: https://hg.python.org/cpython