mirror of
https://github.com/django/django.git
synced 2025-06-08 04:59:13 +00:00
[1.10.x] Refs #26897 -- Missing directory containment in i18n test
This commit is contained in:
parent
06323dafc7
commit
208eead787
@ -257,6 +257,7 @@ class BasicExtractorTests(ExtractorTests):
|
|||||||
force_text(out.getvalue()))
|
force_text(out.getvalue()))
|
||||||
|
|
||||||
def test_unicode_file_name(self):
|
def test_unicode_file_name(self):
|
||||||
|
os.chdir(self.test_dir)
|
||||||
open(os.path.join(self.test_dir, 'vidéo.txt'), 'a').close()
|
open(os.path.join(self.test_dir, 'vidéo.txt'), 'a').close()
|
||||||
management.call_command('makemessages', locale=[LOCALE], verbosity=0)
|
management.call_command('makemessages', locale=[LOCALE], verbosity=0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user