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
KDE PIM Add-ons
Commits
4aa632d0
Commit
4aa632d0
authored
Aug 13, 2021
by
Laurent Montel
Browse files
Add more autotest
parent
8722dba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/autotests/confirmbeforedeletingmessageboxdialogtest.cpp
View file @
4aa632d0
...
...
@@ -21,6 +21,7 @@ void ConfirmBeforeDeletingMessageBoxDialogTest::shouldHaveDefaultValues()
ConfirmBeforeDeletingMessageBoxDialog
d
;
QVERIFY
(
!
d
.
windowTitle
().
isEmpty
());
QVERIFY
(
!
d
.
useSameResult
());
auto
mainLayout
=
d
.
findChild
<
QVBoxLayout
*>
(
QStringLiteral
(
"mainLayout"
));
QVERIFY
(
mainLayout
);
...
...
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