Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
30b19d68
Commit
30b19d68
authored
Aug 06, 2018
by
Heiko Becker
Browse files
Use QTEST_GUILESS_MAIN
Allowing the tests to pass without a running X server.
parent
72bcd477
Changes
2
Hide whitespace changes
Inline
Side-by-side
autotests/kadatetimetest.cpp
View file @
30b19d68
...
...
@@ -37,7 +37,7 @@ using KAlarmCal::KADateTime;
//TODO: test new methods
QTEST_MAIN
(
KADateTimeTest
)
QTEST_
GUILESS_
MAIN
(
KADateTimeTest
)
namespace
KAlarmCal
...
...
autotests/kaeventtest.cpp
View file @
30b19d68
...
...
@@ -36,7 +36,7 @@ using namespace KHolidays;
#include
<QtTest>
QTEST_MAIN
(
KAEventTest
)
QTEST_
GUILESS_
MAIN
(
KAEventTest
)
namespace
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment