diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-03-29 06:01:09 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-03-29 06:03:47 (GMT) |
commit | 51a444a789ff5f3ba72d3f817f4cdf427d2ff91d (patch) | |
tree | 075d06f1a5c6bd0159af201847f1353f63a455bd /tests | |
parent | d8265f2edd89cc5a9ff0a490177fa6ce3e0b7785 (diff) | |
download | Qt-51a444a789ff5f3ba72d3f817f4cdf427d2ff91d.zip Qt-51a444a789ff5f3ba72d3f817f4cdf427d2ff91d.tar.gz Qt-51a444a789ff5f3ba72d3f817f4cdf427d2ff91d.tar.bz2 |
Use QSKIP rather than commenting a failure.
Reviewed-by:TrustMe
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qfiledialog/tst_qfiledialog.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qfiledialog/tst_qfiledialog.cpp b/tests/auto/qfiledialog/tst_qfiledialog.cpp index f246750..9adb4fc 100644 --- a/tests/auto/qfiledialog/tst_qfiledialog.cpp +++ b/tests/auto/qfiledialog/tst_qfiledialog.cpp @@ -547,6 +547,9 @@ 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") +#endif QTRY_COMPARE(cModel->rowCount(), expected); } QT_CATCH(...) { qDeleteAll(files); |