mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-08 09:35:18 -04:00
Merge branch '2.0'
This commit is contained in:
commit
3b2a39fd38
16 changed files with 73 additions and 72 deletions
|
@ -314,7 +314,7 @@ void TestKeePass2XmlReader::testEntry2()
|
|||
|
||||
void TestKeePass2XmlReader::testEntryHistory()
|
||||
{
|
||||
const Entry* entryMain = m_db->rootGroup()->entries().first();
|
||||
const Entry* entryMain = m_db->rootGroup()->entries().at(0);
|
||||
QCOMPARE(entryMain->historyItems().size(), 2);
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue