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
1acf07ce
Commit
1acf07ce
authored
Jan 28, 2021
by
Sandro Knauß
🐝
Browse files
ComposerVieweBaseTest: the tests run successfully nowadays.
Tested on local machine to run this without #if and it was successful.
parent
f4a1ed10
Pipeline
#48975
failed with stage
in 21 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/autotests/composerviewbasetest.cpp
View file @
1acf07ce
...
...
@@ -30,11 +30,9 @@ void ComposerViewBaseTest::shouldHaveDefaultValue()
QVERIFY
(
!
composerViewBase
.
transportComboBox
());
QVERIFY
(
!
composerViewBase
.
fccCombo
());
QVERIFY
(
!
composerViewBase
.
dictionary
());
#if 0 // mrecipient is null
QVERIFY
(
composerViewBase
.
to
().
isEmpty
());
QVERIFY
(
composerViewBase
.
cc
().
isEmpty
());
QVERIFY
(
composerViewBase
.
bcc
().
isEmpty
());
#endif
QVERIFY
(
composerViewBase
.
from
().
isEmpty
());
QVERIFY
(
composerViewBase
.
replyTo
().
isEmpty
());
QVERIFY
(
composerViewBase
.
subject
().
isEmpty
());
...
...
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