blob: e3d1c9f8625a8962b9f97293127d0d98015cfb78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 93913f2812fb38fc686363688e0c844bcb0dd734 Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Fri, 18 Mar 2011 16:11:57 +0100
Subject: [PATCH] Fixed lupdate test.
---
.../tests/auto/linguist/lupdate/tst_lupdate.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qttools/tests/auto/linguist/lupdate/tst_lupdate.cpp b/qttools/tests/auto/linguist/lupdate/tst_lupdate.cpp
index 19feeae..4d30523 100644
--- a/qttools/tests/auto/linguist/lupdate/tst_lupdate.cpp
+++ b/qttools/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;
--
1.7.3.2.343.g7d43d
|