Fixed tests

This commit is contained in:
Veronica K. B. Olsen
2020-08-09 20:53:38 +02:00
parent 9044ab4c3f
commit bf35bda942
3 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def testProjectNew(nwTempProj,nwRef,nwTemp):
projFile = path.join(nwTempProj,"nwProject.nwx")
refFile = path.join(nwRef,"proj","1_nwProject.nwx")
assert theConf.initConfig(nwRef, nwTemp)
assert theProject.newProject()
assert theProject.newProject({"projPath": nwTempProj})
assert theProject.setProjectPath(nwTempProj)
assert theProject.saveProject()
assert theProject.closeProject()