diff options
author | Iain <qt-info@nokia.com> | 2010-04-13 08:46:39 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2010-04-13 08:46:39 (GMT) |
commit | ef84739c3737d03da9de2b5e92a68f70294c65d3 (patch) | |
tree | 442cc0906ff5e5ee079d0777d7d6d1a1b66fce0a /tests/auto/qtableview/tst_qtableview.cpp | |
parent | a036df97b0f66a8bf57171c5725becf2d2b6467b (diff) | |
parent | 921f54e051b6fcc0268097347e2ad13ba0bfc37d (diff) | |
download | Qt-ef84739c3737d03da9de2b5e92a68f70294c65d3.zip Qt-ef84739c3737d03da9de2b5e92a68f70294c65d3.tar.gz Qt-ef84739c3737d03da9de2b5e92a68f70294c65d3.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7
Diffstat (limited to 'tests/auto/qtableview/tst_qtableview.cpp')
-rw-r--r-- | tests/auto/qtableview/tst_qtableview.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qtableview/tst_qtableview.cpp b/tests/auto/qtableview/tst_qtableview.cpp index 54e32218..2062e8e 100644 --- a/tests/auto/qtableview/tst_qtableview.cpp +++ b/tests/auto/qtableview/tst_qtableview.cpp @@ -3035,6 +3035,14 @@ void tst_QTableView::spans_data() << QPoint(0, 0) << 1 << 1; + + QTest::newRow("QTBUG-9631: remove one span") + << 10 << 10 + << (SpanList() << QRect(1, 1, 2, 1) << QRect(2, 2, 2, 2) << QRect(1, 1, 1, 1)) + << false + << QPoint(1, 1) + << 1 + << 1; } void tst_QTableView::spans() |