qt5base-lts/tests/auto/qgraphicsanchorlayout
Jason McDonald 319197880e Remove Q_ASSERT from qgraphicsanchorlayout test
Q_ASSERT will only catch a violation of the precondition of the
checkReverseDirection function in a debug build.  This commit replaces
the Q_ASSERT with QVERIFY'ing the precondition (that the widget has a
layout) before calling the function.

Change-Id: Ibaa2b52b7d67fa20784e0df022e8c8169da0e50e
Task-number: QTBUG-17582
Reviewed-by: Rohan McGovern
(cherry picked from commit d1011fc9328fa335bc69a065b29e77ce60608c55)
2011-05-18 10:46:42 +10:00
..
qgraphicsanchorlayout.pro Compile auto tests. 2011-05-16 16:59:05 +02:00
tst_qgraphicsanchorlayout.cpp Remove Q_ASSERT from qgraphicsanchorlayout test 2011-05-18 10:46:42 +10:00