summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/models.py
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2009-04-05 20:59:20 +0000
committerKaren Tracey <kmtracey@gmail.com>2009-04-05 20:59:20 +0000
commitd0c897d6605a95c3e7826ee7f01ef20979977ebb (patch)
tree52bcfb8f95b5b32178005ff810c5a322b619e83c /tests/regressiontests/admin_views/models.py
parent6d5492630d22c839142a38846aa8b7e2340427cb (diff)
Made a set of small test changes to avoid leaving temp files hanging around after running the test suite. First, fixed a couple of places where temp dirs were (or could be) created without later being deleted. Second, added a missing close() before unlink() since Windows raises an error on an attempt to remove an open file. Finally, in the file_uploads tests, avoided opening-by-name temporary files that we already have a descriptor for. Doing additional opens seems to run afoul of the Windows issue with deleting open files, so it generally works better to just seek back to 0 instead of calling open multiple times.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/admin_views/models.py')
0 files changed, 0 insertions, 0 deletions