mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix test compilation errors
* Use legacy AES-KDF mode for KeePass1Reader
This commit is contained in:
committed by
Jonathan White
parent
824607080a
commit
90380adc90
@@ -911,7 +911,7 @@ void TestGui::testDatabaseSettings()
|
||||
QTest::keyClick(transformRoundsSpinBox, Qt::Key_Enter);
|
||||
// wait for modified timer
|
||||
QTRY_COMPARE(m_tabWidget->tabText(m_tabWidget->currentIndex()), QString("Save*"));
|
||||
QCOMPARE(m_db->kdf()->rounds(), Q_UINT64_C(123456));
|
||||
QCOMPARE(m_db->kdf()->rounds(), 123456);
|
||||
|
||||
triggerAction("actionDatabaseSave");
|
||||
QCOMPARE(m_tabWidget->tabText(m_tabWidget->currentIndex()), QString("Save"));
|
||||
|
||||
Reference in New Issue
Block a user