diff options
author | Dmitry Trofimov <dmitry.trofimov@nokia.com> | 2011-05-27 11:35:32 (GMT) |
---|---|---|
committer | Dmitry Trofimov <dmitry.trofimov@nokia.com> | 2011-05-27 11:35:32 (GMT) |
commit | 8f3b6f7b294b9ad52e9fdc812f13f1e7b7720e0d (patch) | |
tree | 495d992e624e4c4ed5b15ab922cbd9ba2629f2ab /tests/auto/qstring/tst_qstring.cpp | |
parent | 7b8ab60fce675afd57d9dcd8253585cc102bc580 (diff) | |
download | Qt-8f3b6f7b294b9ad52e9fdc812f13f1e7b7720e0d.zip Qt-8f3b6f7b294b9ad52e9fdc812f13f1e7b7720e0d.tar.gz Qt-8f3b6f7b294b9ad52e9fdc812f13f1e7b7720e0d.tar.bz2 |
Fix the build break caused by the missing parameter for QSKIP macro.
This commit fixes the build break caused by the missing parameter for QSKIP macro, introduced in commit 05d8caa4c42b5539d993a898830307c21cb942b6.
Reviewed by: Guoqing Zhang
Diffstat (limited to 'tests/auto/qstring/tst_qstring.cpp')
-rw-r--r-- | tests/auto/qstring/tst_qstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstring/tst_qstring.cpp b/tests/auto/qstring/tst_qstring.cpp index 11fd986..c19b168 100644 --- a/tests/auto/qstring/tst_qstring.cpp +++ b/tests/auto/qstring/tst_qstring.cpp @@ -4334,7 +4334,7 @@ void tst_QString::localeAwareCompare_data() void tst_QString::localeAwareCompare() { #ifdef Q_OS_SYMBIAN - QSKIP("QTBUG-16921: There is no way to set up the system locale, so this test is not reliable in Symbian."); + QSKIP("QTBUG-16921: There is no way to set up the system locale, so this test is not reliable in Symbian.", SkipSingle); #else #ifdef Q_OS_WIN # ifndef Q_OS_WINCE |