tests/auto/qfiledialog/tst_qfiledialog.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   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     }