From 71306096542f5c1587cd6dd0de99e550608400cb Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Mon, 21 Oct 2013 01:17:52 -0300 Subject: [PATCH] [1.6.x] Fixed an I18N test class tearDown method. a3690168cb from master. --- tests/i18n/commands/extraction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/i18n/commands/extraction.py b/tests/i18n/commands/extraction.py index 035dd53a10..79099a7fb0 100644 --- a/tests/i18n/commands/extraction.py +++ b/tests/i18n/commands/extraction.py @@ -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')