Transition test suite from QRegExp to QRegularExpression
commit42d768d07a09bd976cb3a6dd6fc0930cd3ad6b2b
authorErik Quaeghebeur <kde@equaeghe.nospammail.net>
Sun, 29 Jul 2018 21:20:36 +0000 (29 23:20 +0200)
committerErik Quaeghebeur <kde@equaeghe.nospammail.net>
Sun, 29 Jul 2018 21:20:36 +0000 (29 23:20 +0200)
tree83337632bee5192c112f284f6d61584ab1741e38
parentfee56b6f32f91de23a52f0a0aea2789370af8c60
Transition test suite from QRegExp to QRegularExpression

Trojitá's main code has been ported transitioned from the
unmaintained QRegExp to the ‘new’ QRegularExpression. At that
time, the test suite was not yet transitioned to make sure no
bugs entered there and made bugs in the changed code invisible.

This patch transitions the test suite. A literal translation
has been done. So the new functionality of QRegularExpression
has not been used (specifically, multi-line support). This is
left for future patches.

Change-Id: I36a0480349ff348c673d117d228326b83672d4ab
tests/Utils/LibMailboxSync.cpp
tests/Utils/LibMailboxSync.h