tests/auto/qtableview/tst_qtableview.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
child 7 3f74d0d4af4c
--- a/tests/auto/qtableview/tst_qtableview.cpp	Fri Feb 19 23:40:16 2010 +0200
+++ b/tests/auto/qtableview/tst_qtableview.cpp	Fri Mar 12 15:46:37 2010 +0200
@@ -3024,6 +3024,14 @@
       << QPoint(0, 0)
       << 1
       << 1;
+
+    QTest::newRow("QTBUG-6004 (follow-up): No failing Q_ASSERT, then it passes.")
+      << 10 << 10
+      << (SpanList() << QRect(2, 2, 1, 3) << QRect(2, 2, 1, 1))
+      << false
+      << QPoint(0, 0)
+      << 1
+      << 1;
 }
 
 void tst_QTableView::spans()