Changeset 9287


Ignore:
Timestamp:
4 Oct 2012, 10:00:19 (12 years ago)
Author:
uli
Message:

Avoid creation of temporary dirs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_applicant.py

    r7819 r9287  
    9393    def test_image_store_handler_invalid_filename_ext(self):
    9494        # we only accept '.jpg' and '.png' as filename extensions.
    95         store = DefaultStorage()
     95        store = DefaultStorage(self.workdir)
    9696        handler = queryUtility(IFileStoreHandler, name='img-applicant')
    9797        self.assertRaises(
Note: See TracChangeset for help on using the changeset viewer.