Fix sizing in QGraphicsView itemsAtPosition auto test
authorJonathan Liu <net147@gmail.com>
Wed, 29 Feb 2012 21:09:26 +0000 (08:09 +1100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 2 Mar 2012 14:33:11 +0000 (15:33 +0100)
commitb2fb578a115f554ec7a00558978e5532a2ac855a
treed9a698c616e1b83806280944dfb5bcdbcad96be4
parent81dcb377e5c53e3e0ec91dffa749da73472b6030
Fix sizing in QGraphicsView itemsAtPosition auto test

The auto test may fail incorrectly depending on the width of the
QGraphicsView frame. To ensure more consistent test results, the frame is
disabled.

Change-Id: I8d70fb07e45803230954f776947d525e4cf9050f
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp