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
3267fea3
Commit
3267fea3
authored
Mar 09, 2017
by
Laurent Montel
Browse files
Fix autotest as reported by David. I changed feature and forgot to fix
this autotest CCMAIL: faure@kde.org
parent
3048a965
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/autotests/followupreminderselectdatedialogtest.cpp
View file @
3267fea3
...
...
@@ -69,7 +69,7 @@ void FollowupReminderSelectDateDialogTest::shouldHaveDefaultValue()
Akonadi
::
CollectionComboBox
*
combobox
=
dlg
.
findChild
<
Akonadi
::
CollectionComboBox
*>
(
QStringLiteral
(
"collectioncombobox"
));
QVERIFY
(
combobox
);
QDate
currentDate
=
QDate
::
currentDate
();
QCOMPARE
(
datecombobox
->
date
(),
currentDate
.
addDays
(
1
)
);
QCOMPARE
(
datecombobox
->
date
(),
currentDate
);
QPushButton
*
okButton
=
dlg
.
findChild
<
QPushButton
*>
(
QStringLiteral
(
"ok_button"
));
QVERIFY
(
okButton
);
...
...
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