[Python-checkins] cpython (2.7): Issue #20079: Fixed tests.

serhiy.storchaka python-checkins at python.org
Thu Oct 2 10:38:48 CEST 2014


https://hg.python.org/cpython/rev/7ce459fc57b9
changeset:   92755:7ce459fc57b9
branch:      2.7
parent:      92752:4a19ce6c6e0c
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Thu Oct 02 11:36:01 2014 +0300
summary:
  Issue #20079: Fixed tests.

files:
  Lib/test/test_locale.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py
--- a/Lib/test/test_locale.py
+++ b/Lib/test/test_locale.py
@@ -425,7 +425,7 @@
 
     def test_valencia_modifier(self):
         self.check('ca_ES.UTF-8 at valencia', 'ca_ES.UTF-8 at valencia')
-        self.check('ca_ES at valencia', 'ca_ES.ISO8859-1 at valencia')
+        self.check('ca_ES at valencia', 'ca_ES.ISO8859-15 at valencia')
         self.check('ca at valencia', 'ca_ES.ISO8859-1 at valencia')
 
     def test_devanagari_modifier(self):

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list