summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_locale.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-05-06 05:46:15 (GMT)
committerGitHub <noreply@github.com>2018-05-06 05:46:15 (GMT)
commitcedc9b74202d8c1ae39bca261cbb45d42ed54d45 (patch)
tree4e58b1048681a3a65a8818fbde17fcb91461937b /Lib/test/test_locale.py
parentb2043bbe6034b53f5ad337887f4741b74b70b00d (diff)
downloadcpython-cedc9b74202d8c1ae39bca261cbb45d42ed54d45.zip
cpython-cedc9b74202d8c1ae39bca261cbb45d42ed54d45.tar.gz
cpython-cedc9b74202d8c1ae39bca261cbb45d42ed54d45.tar.bz2
bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (ПР-6708)
Diffstat (limited to 'Lib/test/test_locale.py')
-rw-r--r--Lib/test/test_locale.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py
index d93b3ad..e2c2178 100644
--- a/Lib/test/test_locale.py
+++ b/Lib/test/test_locale.py
@@ -441,7 +441,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-15@valencia')
+ self.check('ca_ES@valencia', 'ca_ES.UTF-8@valencia')
self.check('ca@valencia', 'ca_ES.ISO8859-1@valencia')
def test_devanagari_modifier(self):