[1.6.x] Fixed an I18N test class tearDown method.

a3690168cb from master.
This commit is contained in:
Ramiro Morales 2013-10-21 01:17:52 -03:00 committed by Ramiro Morales
parent 6781dc6243
commit 7130609654
1 changed files with 1 additions and 0 deletions

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')