Skip to content

Commit

Permalink
Fixed an I18N test class tearDown method.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiro committed Oct 21, 2013
1 parent 8d6953d commit a369016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/i18n/commands/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a369016

Please sign in to comment.