Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Vänttinen <sami.vanttinen@protonmail.com>2019-01-21 22:24:57 +0300
committerJonathan White <support@dmapps.us>2019-01-21 22:24:57 +0300
commit0da9efdbd4efc1e8b15000785ca02c4b8803d078 (patch)
tree5490dab5192819f886d28b546099f8a2d9df2610 /tests/TestEntry.cpp
parent94430c300bfda8bbb99ff67ad722a746336a9a78 (diff)
Fix updating reference passwords from KeePassXC-Browser (#2218)
* Allow updating reference passwords * Fix function change after refactor
Diffstat (limited to 'tests/TestEntry.cpp')
-rw-r--r--tests/TestEntry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestEntry.cpp b/tests/TestEntry.cpp
index 23af41e6a..c174e798d 100644
--- a/tests/TestEntry.cpp
+++ b/tests/TestEntry.cpp
@@ -140,6 +140,7 @@ void TestEntry::testClone()
QCOMPARE(entryClonePassRef->timeInfo().creationTime(), entryOrgClone->timeInfo().creationTime());
QVERIFY(entryClonePassRef->attributes()->isReference(EntryAttributes::PasswordKey));
QCOMPARE(entryClonePassRef->resolvePlaceholder(entryCloneUserRef->password()), entryOrg->password());
+ QCOMPARE(entryClonePassRef->attributes()->referenceUuid(EntryAttributes::PasswordKey), entryOrgClone->uuid());
}
void TestEntry::testResolveUrl()