mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Move QTEST_GUILESS_MAIN statements before test cases.
This commit is contained in:
parent
ea3375490c
commit
77af79498c
21 changed files with 40 additions and 41 deletions
|
@ -26,6 +26,8 @@
|
|||
#include "format/KeePass2XmlReader.h"
|
||||
#include "config-keepassx-tests.h"
|
||||
|
||||
QTEST_GUILESS_MAIN(TestDeletedObjects)
|
||||
|
||||
void TestDeletedObjects::initTestCase()
|
||||
{
|
||||
Crypto::init();
|
||||
|
@ -158,5 +160,3 @@ void TestDeletedObjects::testDatabaseChange()
|
|||
delete db;
|
||||
delete db2;
|
||||
}
|
||||
|
||||
QTEST_GUILESS_MAIN(TestDeletedObjects)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue