1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.10.x] Refs #26897 -- Missing directory containment in i18n test

This commit is contained in:
Claude Paroz 2016-07-14 21:43:52 +02:00
parent 06323dafc7
commit 208eead787

View File

@ -257,6 +257,7 @@ class BasicExtractorTests(ExtractorTests):
force_text(out.getvalue()))
def test_unicode_file_name(self):
os.chdir(self.test_dir)
open(os.path.join(self.test_dir, 'vidéo.txt'), 'a').close()
management.call_command('makemessages', locale=[LOCALE], verbosity=0)