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
PIM Messagelib
Commits
3a928ecd
Commit
3a928ecd
authored
Mar 09, 2017
by
Laurent Montel
😁
Browse files
Merge remote-tracking branch 'origin/Applications/16.12'
parents
e4c91037
3267fea3
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/autotests/followupreminderselectdatedialogtest.cpp
View file @
3a928ecd
...
...
@@ -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
Markdown
is supported
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