D14435: Fix KTimeComboBox input mask for AM/PM times

Laurent Montel noreply at phabricator.kde.org
Tue Jul 31 12:55:07 BST 2018


mlaurent requested changes to this revision.
mlaurent added a comment.
This revision now requires changes to proceed.


  For me  it's ok after using QVERIFY...

INLINE COMMENTS

> ktimecomboboxtest.cpp:198
> +    QString mask = m_combo->lineEdit()->inputMask();
> +    QCOMPARE(mask.contains(QLatin1String("aa")), true);
> +    delete m_combo;

QVERIFY(...)

> ktimecomboboxtest.cpp:205
> +    mask = m_combo->lineEdit()->inputMask();
> +    QCOMPARE(mask.contains(QLatin1String("aa")), false);
> +    delete m_combo;

QVERIFY(! ....)

REPOSITORY
  R236 KWidgetsAddons

REVISION DETAIL
  https://phabricator.kde.org/D14435

To: glennw, cfeck, mlaurent
Cc: ngraham, kde-frameworks-devel, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180731/b90254e3/attachment.html>


More information about the Kde-frameworks-devel mailing list