mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Merge : making sure the group is populated. (#942)
This commit is contained in:
parent
f73150c998
commit
8e8d9f39cb
@ -116,6 +116,7 @@ void TestMerge::testResolveConflictNewer()
|
||||
|
||||
entry1 = dbDestination->rootGroup()->findEntry("entry1");
|
||||
QVERIFY(entry1 != nullptr);
|
||||
QVERIFY(entry1->group() != nullptr);
|
||||
QCOMPARE(entry1->password(), QString("password"));
|
||||
|
||||
// When updating an entry, it should not end up in the
|
||||
|
Loading…
Reference in New Issue
Block a user