Commit 064ad047 authored by axis's avatar axis
Browse files

Fixed lupdate test.

parent 54027185
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -130,7 +130,7 @@ void tst_lupdate::doCompare(const QStringList &_actual, const QString &expectedF ...@@ -130,7 +130,7 @@ void tst_lupdate::doCompare(const QStringList &_actual, const QString &expectedF
QStringList actual; QStringList actual;
actual.reserve(_actual.size()); actual.reserve(_actual.size());
QRegExp niRx(".*:Function '\\w+' is not implemented"); QRegExp niRx(".*:(Function '\\w+' is not implemented|'\\w+' is not a recognized replace function)");
foreach (const QString &a, _actual) foreach (const QString &a, _actual)
if (!niRx.exactMatch(a)) if (!niRx.exactMatch(a))
actual << a; actual << a;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment