mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Make sure we don't create DeletedObjects when importing databases.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user