We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614f331 commit 46d2d41Copy full SHA for 46d2d41
tests/test_filemanager.cpp
@@ -50,7 +50,7 @@ void TestFileManager::testOpenFile_invalid()
50
QModelIndex index;
51
tree->openFile(index);
52
53
- QVERIFY2(FileManager::getInstance().getCurrentFileName().isEmpty(),
+ QVERIFY2(FileManager::getInstance().getCurrentFileName().isEmpty(),
54
"FileManager should not process an invalid file.");
55
}
56
0 commit comments