equal
deleted
inserted
replaced
545 } |
545 } |
546 |
546 |
547 |
547 |
548 // ### FIXME: This will fail on Symbian on some tests and some environments until the file engine and QFileSystemModel |
548 // ### FIXME: This will fail on Symbian on some tests and some environments until the file engine and QFileSystemModel |
549 // are fixed to properly capitalize paths, so that some folders are not duplicated in QFileSystemModel. |
549 // are fixed to properly capitalize paths, so that some folders are not duplicated in QFileSystemModel. |
|
550 #if defined(Q_OS_SYMBIAN) |
|
551 QSKIP("This will fail on Symbian on some tests and some environments until the file engine and QFileSystemModel are fixed to properly capitalize paths") |
|
552 #endif |
550 QTRY_COMPARE(cModel->rowCount(), expected); |
553 QTRY_COMPARE(cModel->rowCount(), expected); |
551 } QT_CATCH(...) { |
554 } QT_CATCH(...) { |
552 qDeleteAll(files); |
555 qDeleteAll(files); |
553 QT_RETHROW; |
556 QT_RETHROW; |
554 } |
557 } |