From 99eac6e3fb53dc1ca6f8136a02f93c33be3ef52f Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Wed, 20 Mar 2013 10:19:38 +0100 Subject: Try to stabilize qquickimage and rendernode tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some of Our CI machines are running on tiny screens and recent changes in Qt have caused us to limit windows to the screen geometry (which is sensible). Change-Id: I29eb3b5c73a7ea650ac26494c25d204fb254dee3 Reviewed-by: Samuel Rødal --- tests/auto/quick/qquickimage/data/htiling.qml | 2 +- tests/auto/quick/qquickimage/data/vtiling.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/quick/qquickimage') diff --git a/tests/auto/quick/qquickimage/data/htiling.qml b/tests/auto/quick/qquickimage/data/htiling.qml index 60ee7b35eb..eb7222a767 100644 --- a/tests/auto/quick/qquickimage/data/htiling.qml +++ b/tests/auto/quick/qquickimage/data/htiling.qml @@ -1,7 +1,7 @@ import QtQuick 2.0 Rectangle { - width: 200; height: 480 + width: 200; height: 200 Image { objectName: "tiling"; anchors.fill: parent diff --git a/tests/auto/quick/qquickimage/data/vtiling.qml b/tests/auto/quick/qquickimage/data/vtiling.qml index f730f6e050..84bb18c6e8 100644 --- a/tests/auto/quick/qquickimage/data/vtiling.qml +++ b/tests/auto/quick/qquickimage/data/vtiling.qml @@ -1,7 +1,7 @@ import QtQuick 2.0 Rectangle { - width: 550; height: 200 + width: 200; height: 200 Image { objectName: "tiling"; anchors.fill: parent -- cgit v1.2.3