mirror of https://github.com/django/django.git
[1.6.x] Fixed an I18N test class tearDown method.
a3690168cb
from master.
This commit is contained in:
parent
6781dc6243
commit
7130609654
|
@ -342,6 +342,7 @@ class CopyPluralFormsExtractorTests(ExtractorTests):
|
||||||
PO_FILE_ES = 'locale/es/LC_MESSAGES/django.po'
|
PO_FILE_ES = 'locale/es/LC_MESSAGES/django.po'
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
super(CopyPluralFormsExtractorTests, self).tearDown()
|
||||||
os.chdir(self.test_dir)
|
os.chdir(self.test_dir)
|
||||||
try:
|
try:
|
||||||
self._rmrf('locale/es')
|
self._rmrf('locale/es')
|
||||||
|
|
Loading…
Reference in New Issue