diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-10-21 01:17:52 -0300 |
|---|---|---|
| committer | Ramiro Morales <ramiro@rmorales.net> | 2013-10-22 06:37:18 -0300 |
| commit | 71306096542f5c1587cd6dd0de99e550608400cb (patch) | |
| tree | f918121841b492dc8eee9830700946f1a2b79cf4 | |
| parent | 6781dc624318fd03032efb3182266bae0a5c8fc0 (diff) | |
[1.6.x] Fixed an I18N test class tearDown method.
a3690168cb from master.
| -rw-r--r-- | tests/i18n/commands/extraction.py | 1 |
1 files changed, 1 insertions, 0 deletions
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') |
