From 6b6406d659ad60af4c33c32d4b17ba0282d269f0 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Fri, 23 Dec 2011 13:54:39 +1000 Subject: 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 --- .../corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto') 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; -- cgit v1.2.3