Expect tst_QTreeView::editTriggers() failure on Mac OS X

EditKeyPressed 4 test data fails, all other test data for the function
pass.

Task-number: QTBUG-23696
Change-Id: Ied56bd0b653ad4dcc2b6451b486aae7cad134211
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
bb10
Bradley T. Hughes 2012-01-18 08:17:18 +01:00 committed by Qt by Nokia
parent cdfb3f29c2
commit f188d8a005
1 changed files with 3 additions and 0 deletions

View File

@ -841,6 +841,9 @@ void tst_QTreeView::editTriggers()
}
// Check if we got an editor
#ifdef Q_OS_MAC
QEXPECT_FAIL("EditKeyPressed 4", "QTBUG-23696", Continue);
#endif
QTRY_COMPARE(qFindChild<QLineEdit *>(&view, QString()) != 0, editorOpened);
}