Changeset ee9aaec in flex_extract.git


Ignore:
Timestamp:
Aug 12, 2020, 8:27:43 AM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
08c9091
Parents:
9e17c59
Message:

corrected test for delete_files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Pythontest/TestUIOFiles.py

    r8028176 ree9aaec  
    4444        testfile = os.path.join(self.testpath, 'test.test')
    4545        open(testfile, 'w').close()
    46         iofile = UioFiles(testfile, 'test.test')
     46        iofile = UioFiles(self.testpath, 'test.test')
    4747        iofile.delete_files()
    48         assert [] == UioFiles(testfile, 'test.test').files
     48        assert [] == UioFiles(self.testpath, 'test.test').files
    4949
    5050
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG