diff options
| author | Claude Paroz <claude@2xlibre.net> | 2016-07-14 21:43:52 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2016-07-14 21:45:38 +0200 |
| commit | e1a60f2ecbc9311744a42e5a7247fd4e8e2a6f91 (patch) | |
| tree | d0cc4fb8e88a300a7a96a1d296f3304b20cd4909 /tests | |
| parent | a74adb4c35a90f41e56bb97166a784e56835a56a (diff) | |
[1.9.x] Refs #26897 -- Missing directory containment in i18n test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/i18n/test_extraction.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/i18n/test_extraction.py b/tests/i18n/test_extraction.py index 98e8e074cc..cc4d7a81ad 100644 --- a/tests/i18n/test_extraction.py +++ b/tests/i18n/test_extraction.py @@ -243,6 +243,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) |
