From 4de1d0cb2890b509e8b11a00d251bf3a5d337cba Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Tue, 13 Jan 2015 13:33:10 +0100 Subject: Android: Fix some QGraphicsScene tests 1. Use qrc for test data so that it can be found on all platforms. 2. Skip a test which does not work on platforms where show() implies showMaximized(), as it depends on the window size being 150x150. 3. Skip test for hover event which depends on having a valid mouse cursor position. 4. Skip a couple of tests that fail on some Android devices. It's not worth spending a lot of time investigating this at the moment. Change-Id: Icb2b7f1d82981546a2154a76535b95606d7f40da Reviewed-by: BogDan Vatra --- tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro') diff --git a/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro b/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro index 1a775d8b16..986ba019b4 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro +++ b/tests/auto/widgets/graphicsview/qgraphicsscene/qgraphicsscene.pro @@ -17,3 +17,5 @@ wince* { DEPLOYMENT += rootFiles renderFiles DEFINES += SRCDIR=\\\".\\\" } + +RESOURCES += testdata.qrc -- cgit v1.2.3