summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2012-03-16 00:29:11 +0000
committerJulien Phalip <jphalip@gmail.com>2012-03-16 00:29:11 +0000
commita395e531de234ef6828e3f18ffc58afa4638da65 (patch)
treea7dc04625bf7792b3a779099ba6c38195a5106bd
parentea9d96739f0814bdf2c5a5f250498e11a378db49 (diff)
Ensured that some staticfiles tests get properly cleaned up on teardown. Thanks to Claude Paroz for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/regressiontests/staticfiles_tests/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/tests.py b/tests/regressiontests/staticfiles_tests/tests.py
index 4d141ca885..733c3cc845 100644
--- a/tests/regressiontests/staticfiles_tests/tests.py
+++ b/tests/regressiontests/staticfiles_tests/tests.py
@@ -319,6 +319,7 @@ class TestCollectionFilesOverride(CollectionTestCase):
os.unlink(self.testfile_path)
# set back original modification time
os.utime(self.orig_path, (self.orig_atime, self.orig_mtime))
+ super(TestCollectionFilesOverride, self).tearDown()
def test_ordering_override(self):
"""