Skip to content

Commit

Permalink
Merge : making sure the group is populated. (keepassxreboot#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
louib authored Sep 20, 2017
1 parent f73150c commit 8e8d9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestMerge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e8d9f3

Please sign in to comment.