tests/auto/qfiledialog/tst_qfiledialog.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
--- a/tests/auto/qfiledialog/tst_qfiledialog.cpp	Mon Mar 15 12:43:09 2010 +0200
+++ b/tests/auto/qfiledialog/tst_qfiledialog.cpp	Thu Apr 08 14:19:33 2010 +0300
@@ -547,6 +547,9 @@
 
     // ### 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")
+#endif
     QTRY_COMPARE(cModel->rowCount(), expected);
     } QT_CATCH(...) {
         qDeleteAll(files);