Core tests instantiate QCoreApplication instead of QApplication.

This way they can be used without a running X server.
This commit is contained in:
Felix Geyer 2012-01-01 22:04:27 +01:00
parent 17d0fb9963
commit a61057d7f6
14 changed files with 59 additions and 13 deletions

View file

@ -21,6 +21,7 @@
#include <QtTest/QTest>
#include "config-keepassx-tests.h"
#include "tests.h"
#include "core/Database.h"
#include "core/Metadata.h"
#include "crypto/Crypto.h"
@ -144,4 +145,4 @@ void TestKeys::testFileKeyError()
errorMsg = "";
}
QTEST_MAIN(TestKeys);
KEEPASSX_QTEST_CORE_MAIN(TestKeys)