Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
93730b75
Commit
93730b75
authored
Jan 17, 2021
by
Laurent Montel
😁
Browse files
Use QTEST_GUILESS_MAIN here
parent
5479238b
Pipeline
#47983
passed with stage
in 26 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/followupreminderagent/autotests/followupreminderinfotest.cpp
View file @
93730b75
...
...
@@ -98,4 +98,4 @@ void FollowUpReminderInfoTest::shouldCopyReminderInfo()
QCOMPARE
(
info
,
copyInfo
);
}
QTEST_MAIN
(
FollowUpReminderInfoTest
)
QTEST_
GUILESS_
MAIN
(
FollowUpReminderInfoTest
)
agents/sendlateragent/autotests/sendlaterutiltest.cpp
View file @
93730b75
...
...
@@ -47,4 +47,4 @@ void SendLaterUtilTest::shouldRestoreFromSettings()
QCOMPARE
(
info
,
*
restoreInfo
);
}
QTEST_MAIN
(
SendLaterUtilTest
)
QTEST_
GUILESS_
MAIN
(
SendLaterUtilTest
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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