diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-05-03 10:48:14 +1000 |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2011-05-04 13:19:50 +1000 |
commit | a388e104febb131cd35438bbb1397eeab41d3ab8 (patch) | |
tree | a7794eaf64d3b8c9884aa6e7a25d0683af602993 /tests/auto/qheaderview/tst_qheaderview.cpp | |
parent | 012b2d8198b8cfe39a66025334ed9ae2a045a68c (diff) | |
download | qt4-tools-a388e104febb131cd35438bbb1397eeab41d3ab8.tar.gz |
Remove mention of Q_ASSERT from qheaderview autotest
Change-Id: I3a97411c0b53345bffbadb60a3e7caabfb0441d2
Task-number: QTBUG-17582
Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/auto/qheaderview/tst_qheaderview.cpp')
-rw-r--r-- | tests/auto/qheaderview/tst_qheaderview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qheaderview/tst_qheaderview.cpp b/tests/auto/qheaderview/tst_qheaderview.cpp index 9a25fb6bbc..d877d2f16e 100644 --- a/tests/auto/qheaderview/tst_qheaderview.cpp +++ b/tests/auto/qheaderview/tst_qheaderview.cpp @@ -1106,7 +1106,7 @@ void tst_QHeaderView::moveAndInsertSection() void tst_QHeaderView::resizeMode() { - // Q_ASSERT's when resizeMode is called with an invalid index + // resizeMode must not be called with an invalid index int last = view->count() - 1; view->setResizeMode(QHeaderView::Interactive); QCOMPARE(view->resizeMode(last), QHeaderView::Interactive); |