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

@ -20,6 +20,7 @@
#include <QtCore/QBuffer>
#include <QtTest/QTest>
#include "tests.h"
#include "crypto/Crypto.h"
#include "streams/HashedBlockStream.h"
@ -69,4 +70,4 @@ void TestHashedBlockStream::testWriteRead()
buffer.buffer().clear();
}
QTEST_MAIN(TestHashedBlockStream);
KEEPASSX_QTEST_CORE_MAIN(TestHashedBlockStream)