changeset: 92757:433048fd4206 parent: 92754:994a694ab71c parent: 92756:8c5555dea138 user: Serhiy Storchaka date: Thu Oct 02 11:36:31 2014 +0300 description: Issue #20079: Fixed tests. diff -r 994a694ab71c -r 433048fd4206 Lib/test/test_locale.py --- a/Lib/test/test_locale.py Thu Oct 02 10:49:44 2014 +0300 +++ b/Lib/test/test_locale.py Thu Oct 02 11:36:31 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):