Delegate responsibility for the index to the project class

This commit is contained in:
Veronica Berglyd Olsen
2022-11-01 22:32:29 +01:00
parent e85bd56f60
commit 717d516f6a
3 changed files with 61 additions and 59 deletions
+2 -1
View File
@@ -752,7 +752,6 @@ def testCoreIndex_ExtractData(mockGUI, fncDir, mockRnd):
assert theIndex.saveIndex() is True
assert theProject.saveProject() is True
assert theProject.closeProject() is True
# Header Record
bHandle = "0000000000000"
@@ -764,6 +763,8 @@ def testCoreIndex_ExtractData(mockGUI, fncDir, mockRnd):
("T000001", "H1", "Hello World!"), ("T000011", "H1", "Hello World!")
]
assert theProject.closeProject() is True
# END Test testCoreIndex_ExtractData