1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

Fixed an I18N test class tearDown method.

This commit is contained in:
Ramiro Morales 2013-10-21 01:17:52 -03:00
parent 8d6953d55c
commit a3690168cb

View File

@ -342,6 +342,7 @@ class CopyPluralFormsExtractorTests(ExtractorTests):
PO_FILE_ES = 'locale/es/LC_MESSAGES/django.po'
def tearDown(self):
super(CopyPluralFormsExtractorTests, self).tearDown()
os.chdir(self.test_dir)
try:
self._rmrf('locale/es')