projects
/
platform
/
upstream
/
qttools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5402718
)
Fixed lupdate test.
author
axis
<qt-info@nokia.com>
Fri, 18 Mar 2011 15:11:57 +0000
(16:11 +0100)
committer
axis
<qt-info@nokia.com>
Wed, 27 Apr 2011 10:06:01 +0000
(12:06 +0200)
tests/auto/linguist/lupdate/tst_lupdate.cpp
patch
|
blob
|
history
diff --git
a/tests/auto/linguist/lupdate/tst_lupdate.cpp
b/tests/auto/linguist/lupdate/tst_lupdate.cpp
index
19feeae
..
4d30523
100644
(file)
--- a/
tests/auto/linguist/lupdate/tst_lupdate.cpp
+++ b/
tests/auto/linguist/lupdate/tst_lupdate.cpp
@@
-130,7
+130,7
@@
void tst_lupdate::doCompare(const QStringList &_actual, const QString &expectedF
QStringList actual;
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)
if (!niRx.exactMatch(a))
actual << a;