mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Fix tests
This commit is contained in:
parent
82ace81974
commit
ad36ec4dfd
6 changed files with 22 additions and 4 deletions
|
@ -445,4 +445,7 @@ void TestGroup::testCopyCustomIcons()
|
|||
|
||||
QCOMPARE(metaTarget->customIcon(group1Icon).pixel(0, 0), qRgb(1, 2, 3));
|
||||
QCOMPARE(metaTarget->customIcon(group2Icon).pixel(0, 0), qRgb(4, 5, 6));
|
||||
|
||||
delete dbTarget;
|
||||
delete dbSource;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue