Run tests guiless
This commit is contained in:
@@ -144,5 +144,5 @@ void NeoChatRoomTest::eventTest()
|
|||||||
QCOMPARE(room->timelineSize(), 1);
|
QCOMPARE(room->timelineSize(), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTEST_MAIN(NeoChatRoomTest)
|
QTEST_GUILESS_MAIN(NeoChatRoomTest)
|
||||||
#include "neochatroomtest.moc"
|
#include "neochatroomtest.moc"
|
||||||
|
|||||||
@@ -596,5 +596,5 @@ void TextHandlerTest::receiveLineSeparator()
|
|||||||
QCOMPARE(textHandler.handleRecievePlainText(Qt::PlainText, true), QStringLiteral("foo bar"));
|
QCOMPARE(textHandler.handleRecievePlainText(Qt::PlainText, true), QStringLiteral("foo bar"));
|
||||||
}
|
}
|
||||||
|
|
||||||
QTEST_MAIN(TextHandlerTest)
|
QTEST_GUILESS_MAIN(TextHandlerTest)
|
||||||
#include "texthandlertest.moc"
|
#include "texthandlertest.moc"
|
||||||
|
|||||||
Reference in New Issue
Block a user