Changeset 25

Show
Ignore:
Timestamp:
05/29/06 13:38:33 (7 years ago)
Author:
mk
Message:

Fixed test_count_files cleanup code.

Files:

Legend:

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

    r24 r25  
    4141    def tearDown(self): 
    4242        shutil.rmtree(self.temp_top_dir) 
     43        os.unlink(self._mock_logfile) 
    4344 
    4445    def create_files(self, files):