mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
@@ -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()
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user