From: Jason McDonald Date: Tue, 3 May 2011 00:48:14 +0000 (+1000) Subject: Remove mention of Q_ASSERT from qheaderview autotest X-Git-Tag: qt-v5.0.0-alpha1~4297^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35b01c17330608559e8b5e62cbc7277a2e419f2e;p=profile%2Fivi%2Fqtbase.git Remove mention of Q_ASSERT from qheaderview autotest Change-Id: I3a97411c0b53345bffbadb60a3e7caabfb0441d2 Task-number: QTBUG-17582 Reviewed-by: Rohan McGovern (cherry picked from commit a388e104febb131cd35438bbb1397eeab41d3ab8) --- diff --git a/tests/auto/qheaderview/tst_qheaderview.cpp b/tests/auto/qheaderview/tst_qheaderview.cpp index 9a25fb6..d877d2f 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);