Dynamically determine database validity
* Check that the database composite key exists, has sub-keys associated with it, and the root group exists.
This commit is contained in:
@@ -106,7 +106,7 @@ void TestKeePass1Reader::testBasic()
|
||||
|
||||
void TestKeePass1Reader::testMasterKey()
|
||||
{
|
||||
QVERIFY(m_db->hasKey());
|
||||
QVERIFY(m_db->isInitialized());
|
||||
QCOMPARE(m_db->kdf()->rounds(), 713);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user