From: Serhiy Storchaka Date: Thu, 2 Oct 2014 08:36:01 +0000 (+0300) Subject: Issue #20079: Fixed tests. X-Git-Tag: v2.7.9rc1~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96ba529095ca3d7109308204a0c9c11442fbfa88;p=thirdparty%2FPython%2Fcpython.git Issue #20079: Fixed tests. --- diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py index cd4d46dc586b..719175bed850 100644 --- a/Lib/test/test_locale.py +++ b/Lib/test/test_locale.py @@ -425,7 +425,7 @@ class NormalizeTest(unittest.TestCase): def test_valencia_modifier(self): self.check('ca_ES.UTF-8@valencia', 'ca_ES.UTF-8@valencia') - self.check('ca_ES@valencia', 'ca_ES.ISO8859-1@valencia') + self.check('ca_ES@valencia', 'ca_ES.ISO8859-15@valencia') self.check('ca@valencia', 'ca_ES.ISO8859-1@valencia') def test_devanagari_modifier(self):