changeset: 92756:8c5555dea138 branch: 3.4 parent: 92753:e9aaefa3f2eb user: Serhiy Storchaka date: Thu Oct 02 11:36:12 2014 +0300 files: Lib/test/test_locale.py description: Issue #20079: Fixed tests. diff -r e9aaefa3f2eb -r 8c5555dea138 Lib/test/test_locale.py --- a/Lib/test/test_locale.py Thu Oct 02 10:49:26 2014 +0300 +++ b/Lib/test/test_locale.py Thu Oct 02 11:36:12 2014 +0300 @@ -425,7 +425,7 @@ 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):