mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-19 03:28:25 -04:00
Make sure we don't create DeletedObjects when importing databases.
This commit is contained in:
parent
366d8a0f0e
commit
65bdc207b7
3 changed files with 9 additions and 1 deletions
|
@ -47,6 +47,8 @@ void TestKeePass1Reader::initTestCase()
|
|||
|
||||
void TestKeePass1Reader::testBasic()
|
||||
{
|
||||
QVERIFY(m_db->deletedObjects().isEmpty());
|
||||
|
||||
QCOMPARE(m_db->rootGroup()->children().size(), 2);
|
||||
|
||||
Group* group1 = m_db->rootGroup()->children().at(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue