mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 03:26:14 -04:00
parent
aeee40048c
commit
b671070c0d
3 changed files with 8 additions and 0 deletions
|
@ -96,6 +96,11 @@ void TestImports::testOPUX()
|
|||
QVERIFY(entry);
|
||||
// Check custom group icon
|
||||
QVERIFY(!entry->group()->iconUuid().isNull());
|
||||
|
||||
// Check Category UUID 05 Passwords
|
||||
entry = db->rootGroup()->findEntryByPath("/Personal/UUID 005 Password");
|
||||
QVERIFY(entry);
|
||||
QCOMPARE(entry->password(), QStringLiteral("uuid005password"));
|
||||
}
|
||||
|
||||
void TestImports::testOPVault()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue