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
PIM Messagelib
Commits
a794ece5
Commit
a794ece5
authored
Feb 04, 2021
by
Sandro Knauß
🐝
Browse files
MessageComposer: test do not need add_akonadi_isolated_test
parent
e8a8ff65
Pipeline
#49866
canceled with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/autotests/CMakeLists.txt
View file @
a794ece5
...
...
@@ -119,11 +119,20 @@ target_link_libraries( keyresolvertest
add_gpg_crypto_test
(
keyresolvertest messagecomposer-keyresolvertest
)
set_tests_properties
(
messagecomposer-keyresolvertest PROPERTIES RUN_SERIAL TRUE
)
# can't be parallelized due to gpg-agent
if
(
KDEPIM_RUN_AKONADI_TEST
)
set
(
KDEPIMLIBS_RUN_ISOLATED_TESTS TRUE
)
set
(
KDEPIMLIBS_RUN_SQLITE_ISOLATED_TESTS TRUE
)
add_akonadi_isolated_test_advanced
(
followupreminderselectdatedialogtest.cpp
""
"KF5::CalendarCore;KF5::AkonadiCore;KF5::AkonadiWidgets;KF5::MessageComposer;KF5::I18n"
)
ecm_add_test
(
followupreminderselectdatedialogtest.cpp
NAME_PREFIX
"messagecomposer-"
LINK_LIBRARIES
KF5::AkonadiCore
KF5::AkonadiWidgets
KF5::CalendarCore
KF5::MessageComposer
Qt5::Test
)
add_akonadi_isolated_test_advanced
(
attachmentvcardfromaddressbookjobtest.cpp
""
"KF5::CalendarCore;KF5::AkonadiCore;KF5::AkonadiWidgets;KF5::MessageComposer;KF5::Contacts;KF5::AkonadiContact;KF5::I18n"
)
endif
()
ecm_add_test
(
attachmentvcardfromaddressbookjobtest.cpp
NAME_PREFIX
"messagecomposer-"
LINK_LIBRARIES
KF5::Contacts
KF5::MessageComposer
Qt5::Test
)
messagecomposer/autotests/attachmentvcardfromaddressbookjobtest.cpp
View file @
a794ece5
...
...
@@ -6,7 +6,7 @@
*/
#include
"attachmentvcardfromaddressbookjobtest.h"
#include
"
MessageComposer/AttachmentVcardFromAddressBookJob
"
#include
<
MessageComposer/AttachmentVcardFromAddressBookJob
>
#include
<KContacts/Addressee>
#include
<QTest>
...
...
messagecomposer/autotests/followupreminderselectdatedialogtest.cpp
View file @
a794ece5
...
...
@@ -5,7 +5,7 @@
*/
#include
"followupreminderselectdatedialogtest.h"
#include
"../src/followupremind
er/
f
ollow
upr
eminder
s
elect
d
ate
d
ialog
.h"
#include
<MessageCompos
er/
F
ollow
UpR
eminder
S
elect
D
ate
D
ialog
>
#include
<AkonadiWidgets/CollectionComboBox>
#include
<KDateComboBox>
#include
<QLineEdit>
...
...
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