mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-21 21:24:35 -04:00
Merge : making sure the group is populated. (#942)
This commit is contained in:
parent
f73150c998
commit
8e8d9f39cb
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ void TestMerge::testResolveConflictNewer()
|
||||||
|
|
||||||
entry1 = dbDestination->rootGroup()->findEntry("entry1");
|
entry1 = dbDestination->rootGroup()->findEntry("entry1");
|
||||||
QVERIFY(entry1 != nullptr);
|
QVERIFY(entry1 != nullptr);
|
||||||
|
QVERIFY(entry1->group() != nullptr);
|
||||||
QCOMPARE(entry1->password(), QString("password"));
|
QCOMPARE(entry1->password(), QString("password"));
|
||||||
|
|
||||||
// When updating an entry, it should not end up in the
|
// When updating an entry, it should not end up in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue