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
KDE PIM Add-ons
Commits
72ff89a3
Commit
72ff89a3
authored
Aug 10, 2021
by
Laurent Montel
😁
Browse files
Improve autotest
parent
0fba5c13
Pipeline
#74165
passed with stage
in 54 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/autotests/confirmbeforedeletingruletest.cpp
View file @
72ff89a3
...
...
@@ -18,5 +18,7 @@ void ConfirmBeforeDeletingRuleTest::shouldHaveDefaultValues()
{
ConfirmBeforeDeletingRule
r
;
QVERIFY
(
r
.
pattern
().
isEmpty
());
QVERIFY
(
!
r
.
isValid
());
QCOMPARE
(
r
.
ruleType
(),
ConfirmBeforeDeletingRule
::
RuleType
::
Unknown
);
// TODO
}
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