From: Serhiy Storchaka Date: Thu, 2 Oct 2014 08:36:12 +0000 (+0300) Subject: Issue #20079: Fixed tests. X-Git-Tag: v3.5.0a1~781^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4601df58e7d9e8901e11626122ccadab191a602b;p=python Issue #20079: Fixed tests. --- diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py index ab990ae63f..e979753879 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):