equal
deleted
inserted
replaced
3022 << (SpanList() << QRect(0, 0, 2, 2) << QRect(0, 0, 1, 1)) |
3022 << (SpanList() << QRect(0, 0, 2, 2) << QRect(0, 0, 1, 1)) |
3023 << false |
3023 << false |
3024 << QPoint(0, 0) |
3024 << QPoint(0, 0) |
3025 << 1 |
3025 << 1 |
3026 << 1; |
3026 << 1; |
|
3027 |
|
3028 QTest::newRow("QTBUG-6004 (follow-up): No failing Q_ASSERT, then it passes.") |
|
3029 << 10 << 10 |
|
3030 << (SpanList() << QRect(2, 2, 1, 3) << QRect(2, 2, 1, 1)) |
|
3031 << false |
|
3032 << QPoint(0, 0) |
|
3033 << 1 |
|
3034 << 1; |
3027 } |
3035 } |
3028 |
3036 |
3029 void tst_QTableView::spans() |
3037 void tst_QTableView::spans() |
3030 { |
3038 { |
3031 QFETCH(int, rows); |
3039 QFETCH(int, rows); |