Fix test compilation errors

* Use legacy AES-KDF mode for KeePass1Reader
This commit is contained in:
Janek Bevendorff 2018-01-13 02:47:02 +01:00 committed by Jonathan White
parent 824607080a
commit 90380adc90
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
3 changed files with 8 additions and 9 deletions

View file

@ -110,7 +110,7 @@ void TestKeePass1Reader::testBasic()
void TestKeePass1Reader::testMasterKey()
{
QVERIFY(m_db->hasKey());
QCOMPARE(m_db->kdf()->rounds(), static_cast<quint64>(713));
QCOMPARE(m_db->kdf()->rounds(), 713);
}
void TestKeePass1Reader::testCustomIcons()