mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Remove obsolete read only state from database. (#7324)
This commit is contained in:
@@ -104,7 +104,7 @@ void TestKeys::testFileKey()
|
||||
compositeKey->addKey(fileKey);
|
||||
|
||||
auto db = QSharedPointer<Database>::create();
|
||||
QVERIFY(db->open(dbFilename, compositeKey, nullptr, false));
|
||||
QVERIFY(db->open(dbFilename, compositeKey, nullptr));
|
||||
QVERIFY(!reader.hasError());
|
||||
QCOMPARE(db->metadata()->name(), QString("%1 Database").arg(name));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user