summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfiledialog
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-04-20 13:42:16 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-04-20 13:42:57 (GMT)
commit4a059ff9042cca4105395f26f31d96f883fa416f (patch)
treeabbf3e538b8d0651e5b0907e613a5d85cbe8c9e0 /tests/auto/qfiledialog
parentddf68c92b606b609d2db270c621af4f60ea0527f (diff)
downloadQt-4a059ff9042cca4105395f26f31d96f883fa416f.zip
Qt-4a059ff9042cca4105395f26f31d96f883fa416f.tar.gz
Qt-4a059ff9042cca4105395f26f31d96f883fa416f.tar.bz2
Fix compile error in QFileDialog autotest
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qfiledialog')
-rw-r--r--tests/auto/qfiledialog/tst_qfiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfiledialog/tst_qfiledialog.cpp b/tests/auto/qfiledialog/tst_qfiledialog.cpp
index 9adb4fc..38a1ee7 100644
--- a/tests/auto/qfiledialog/tst_qfiledialog.cpp
+++ b/tests/auto/qfiledialog/tst_qfiledialog.cpp
@@ -548,7 +548,7 @@ void tst_QFiledialog::completer()
// ### FIXME: This will fail on Symbian on some tests and some environments until the file engine and QFileSystemModel
// are fixed to properly capitalize paths, so that some folders are not duplicated in QFileSystemModel.
#if defined(Q_OS_SYMBIAN)
- QSKIP("This will fail on Symbian on some tests and some environments until the file engine and QFileSystemModel are fixed to properly capitalize paths")
+ QSKIP("This will fail on Symbian on some tests and some environments until the file engine and QFileSystemModel are fixed to properly capitalize paths", SkipAll);
#endif
QTRY_COMPARE(cModel->rowCount(), expected);
} QT_CATCH(...) {