Commit 4601df58 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #20079: Fixed tests.

parent 9e04edaf
......@@ -425,7 +425,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-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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment