Fix tst_qquickview for full screen platforms
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>
Wed, 17 Jul 2013 20:44:31 +0000 (17:44 -0300)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 18 Jul 2013 19:37:32 +0000 (21:37 +0200)
commita95f2998dbd08494bba136a060cc8d454b5f7cc8
treec51b3fca5cc758acd8a9706943cd3d419148f5fd
parent16a6cba54f979bbcac6c91321c5714f829f7d75e
Fix tst_qquickview for full screen platforms

Some test cases rely on the fact that show() is not fullscreen, which may not
be true for some platforms. Explicitly make use of showNormal() to avoid
full-screen show on these platforms.

Change-Id: I0787fb62b8e37a73974f87857de200485d7ba6da
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
tests/auto/quick/qquickview/tst_qquickview.cpp