Enable tst_qfiledialog2 on OSX
Change-Id: I7147d326b0f5bb218f4dbc013ed82efb4c1e1440 Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
This commit is contained in:
parent
a1d61e70ca
commit
7ca909a119
@ -20,4 +20,3 @@ wince* {
|
||||
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
||||
}
|
||||
|
||||
macx:CONFIG += insignificant_test # QTBUG-39183
|
||||
|
@ -448,6 +448,8 @@ void tst_QFileDialog2::task180459_lastDirectory_data()
|
||||
|
||||
void tst_QFileDialog2::task180459_lastDirectory()
|
||||
{
|
||||
if (qApp->platformName().toLower() == QStringLiteral("cocoa"))
|
||||
QSKIP("Insignificant on OSX"); //QTBUG-39183
|
||||
//first visit the temp directory and close the dialog
|
||||
QNonNativeFileDialog *dlg = new QNonNativeFileDialog(0, "", tempDir.path());
|
||||
QFileSystemModel *model = dlg->findChild<QFileSystemModel*>("qt_filesystem_model");
|
||||
|
Loading…
Reference in New Issue
Block a user