From: Serhiy Storchaka Date: Thu, 2 Oct 2014 08:36:01 +0000 (+0300) Subject: Issue #20079: Fixed tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96ba529095ca3d7109308204a0c9c11442fbfa88;p=python Issue #20079: Fixed tests. --- diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py index cd4d46dc58..719175bed8 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):