summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-12-23 13:54:39 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-28 06:33:42 +0100
commit6b6406d659ad60af4c33c32d4b17ba0282d269f0 (patch)
treeb0f6f60c6581e68be43ceffb5e6ab026e43884f1
parent613d0e407e80f6439951597592523ac772f4c87c (diff)
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>
-rw-r--r--tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp b/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
index 12d0301ff4..459224429b 100644
--- a/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
+++ b/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
@@ -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;