Changeset 131

Show
Ignore:
Timestamp:
08/04/06 09:04:46 (2 years ago)
Author:
mk
Message:

Second part of cleaning_up test fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/tests/functional/test_cleaning_up.py

    r130 r131  
    5656 
    5757        # Check that Cheesecake didn't leave any cheesecake* files. 
    58         assert glob(os.path.join(tempfile.gettempdir(), "cheesecake*")) == [] 
     58        assert filter_our_files(get_cheesecake_files()) == self.cheesecake_files 
    5959 
    6060        # Check that Cheesecake didn't leave any new tmp* files.