[Python-checkins] cpython (3.4): 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/8c5555dea138
changeset: 92756:8c5555dea138
branch: 3.4
parent: 92753:e9aaefa3f2eb
user: Serhiy Storchaka <storchaka at gmail.com>
date: Thu Oct 02 11:36:12 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

AltStyle によって変換されたページ (->オリジナル) /