Don't show index rebuild dialog when just upgrading index
This commit is contained in:
@@ -157,7 +157,7 @@ def testCoreIndex_LoadSave(qtbot, monkeypatch, prjLipsum, nwGUI, tstPaths):
|
||||
|
||||
# Check File
|
||||
copyfile(projFile, testFile)
|
||||
assert cmpFiles(testFile, compFile)
|
||||
assert cmpFiles(testFile, compFile, ignoreLines=[3, 4])
|
||||
|
||||
# Write an empty index file and load it
|
||||
projFile.write_text("{}", encoding="utf-8")
|
||||
|
||||
Reference in New Issue
Block a user