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:
parent
06323dafc7
commit
208eead787
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user