Fix tests

This commit is contained in:
Josef Vitu 2016-10-28 18:49:51 +02:00
parent 82ace81974
commit ad36ec4dfd
No known key found for this signature in database
GPG key ID: 9D0AA5BF9EB9D956
6 changed files with 22 additions and 4 deletions

View file

@ -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;
}