Changes in Source/Pythontest/TestUIOFiles.py [8028176:ee9aaec] in flex_extract.git


Ignore:
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