Remove the ToC.json file and change the format of the ToC.txt file a little

This commit is contained in:
Veronica K. B. Olsen
2020-11-03 21:11:40 +01:00
parent 342d6a07c0
commit b79f485af0
6 changed files with 51 additions and 143 deletions
-1
View File
@@ -627,7 +627,6 @@ def testProjectOldFormat(nwDummy, nwOldProj):
# Check that new files have been created
assert os.path.isfile(os.path.join(nwOldProj, "meta", "guiOptions.json"))
assert os.path.isfile(os.path.join(nwOldProj, "meta", "sessionStats.log"))
assert os.path.isfile(os.path.join(nwOldProj, "ToC.json"))
assert os.path.isfile(os.path.join(nwOldProj, "ToC.txt"))
@pytest.mark.project