From: Serhiy Storchaka Date: Thu, 2 Oct 2014 08:36:12 +0000 (+0300) Subject: Issue #20079: Fixed tests. X-Git-Tag: v3.4.3rc1~569 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4601df58e7d9e8901e11626122ccadab191a602b;p=thirdparty%2FPython%2Fcpython.git Issue #20079: Fixed tests. --- diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py index ab990ae63f31..e9797538798e 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):