Reinstate commented test data in QItemSelectionModel test.
The restored test data was marked as failing, but appears to pass, and the available history does not explain why it was commented out. Change-Id: I7e9e3ba72fc8fef42c91ee882efa98d25b3d8317 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
613d0e407e
commit
6b6406d659
@ -619,7 +619,6 @@ void tst_QItemSelectionModel::select_data()
|
||||
<< command
|
||||
<< expected;
|
||||
}
|
||||
/* ### FAILS
|
||||
{
|
||||
QModelIndexList index;
|
||||
QModelIndexList expected;
|
||||
@ -633,7 +632,6 @@ void tst_QItemSelectionModel::select_data()
|
||||
<< command
|
||||
<< expected;
|
||||
}
|
||||
*/
|
||||
{
|
||||
QModelIndexList index;
|
||||
QModelIndexList expected;
|
||||
|
Loading…
Reference in New Issue
Block a user