diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-12 11:15:52 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-12 11:17:27 (GMT) |
commit | 273b575e16d0c84fa6b57b70a74107b86ad7aaa3 (patch) | |
tree | 20f0e827ac74381c237782aeb71aabe72e3e1633 /tests/auto/linguist/lupdate | |
parent | bb1b7fcc4d9377bccd8e4cc031a94784c9b5d5fe (diff) | |
download | Qt-273b575e16d0c84fa6b57b70a74107b86ad7aaa3.zip Qt-273b575e16d0c84fa6b57b70a74107b86ad7aaa3.tar.gz Qt-273b575e16d0c84fa6b57b70a74107b86ad7aaa3.tar.bz2 |
really fix the autotest
Diffstat (limited to 'tests/auto/linguist/lupdate')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/heuristics/expectedoutput.txt | 1 | ||||
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/heuristics/expectedoutput.txt b/tests/auto/linguist/lupdate/testdata/good/heuristics/expectedoutput.txt index 1eed403..d5112cc 100644 --- a/tests/auto/linguist/lupdate/testdata/good/heuristics/expectedoutput.txt +++ b/tests/auto/linguist/lupdate/testdata/good/heuristics/expectedoutput.txt @@ -1,3 +1,4 @@ +*.*Function _eval_ is not implemented Updating 'project\.ts'\.\.\. Found 3 source text\(s\) \(3 new and 0 already existing\) Removed 5 obsolete entries diff --git a/tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro b/tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro index 034f298..759bea0 100644 --- a/tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro +++ b/tests/auto/linguist/lupdate/testdata/good/heuristics/project.pro @@ -1,4 +1,3 @@ SOURCES = main.cpp -CONFIG -= debug_and_release TRANSLATIONS = project.ts |