Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Geyer <blueice@fobos.de>2014-05-16 14:32:52 +0400
committerFlorian Geyer <blueice@fobos.de>2014-05-16 14:32:52 +0400
commit77af79498c566be89787d206c2fa88985463a932 (patch)
tree7219ffa915a803bfa55794b5e67d5e03a31b9ffa /tests/TestModified.cpp
parentea3375490c76ae410a7d1202cc8ce7a5e6d5f602 (diff)
Move QTEST_GUILESS_MAIN statements before test cases.
Diffstat (limited to 'tests/TestModified.cpp')
-rw-r--r--tests/TestModified.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TestModified.cpp b/tests/TestModified.cpp
index 864ea1c36..85a6bf23e 100644
--- a/tests/TestModified.cpp
+++ b/tests/TestModified.cpp
@@ -27,6 +27,8 @@
#include "core/Tools.h"
#include "crypto/Crypto.h"
+QTEST_GUILESS_MAIN(TestModified)
+
void TestModified::initTestCase()
{
Crypto::init();
@@ -466,5 +468,3 @@ void TestModified::testHistoryItem()
delete db;
}
-
-QTEST_GUILESS_MAIN(TestModified)