Reinstate commented test data in QItemSelectionModel test.
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 23 Dec 2011 03:54:39 +0000 (13:54 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 28 Dec 2011 05:33:42 +0000 (06:33 +0100)
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>
tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp

index 12d0301..4592244 100644 (file)
@@ -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;