We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e064e6 commit 66cd7eeCopy full SHA for 66cd7ee
tests/test_liborgdate_utf8.py
@@ -18,7 +18,7 @@ class OrgDateUtf8TestCase(unittest.TestCase):
18
Tests OrgDate with utf-8 enabled locales
19
"""
20
LOCALE_LOCK = threading.Lock()
21
- UTF8_LOCALE = "pt_BR.utf-8"
+ UTF8_LOCALE = "fr_FR.utf-8"
22
23
@contextmanager
24
def setlocale(self, name):
@@ -33,8 +33,8 @@ def setUp(self):
33
self.year = 2016
34
self.month = 5
35
self.day = 7
36
- self.text = u'<2016-05-07 Sáb>'
37
- self.textinactive = u'[2016-05-07 Sáb]'
+ self.text = u'<2016-05-07 sam.>'
+ self.textinactive = u'[2016-05-07 sam.]'
38
39
def test_OrdDate_str_unicode_active(self):
40
with self.setlocale(self.UTF8_LOCALE):
0 commit comments