Commit a395e531 authored by Julien Phalip's avatar Julien Phalip
Browse files

Ensured that some staticfiles tests get properly cleaned up on teardown....

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
parent ea9d9673
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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):
        """