Fix auto test for tiling image.
authorGlenn Watson <glenn.watson@nokia.com>
Fri, 13 Jul 2012 03:52:01 +0000 (13:52 +1000)
committerQt by Nokia <qt-info@nokia.com>
Sun, 15 Jul 2012 22:36:19 +0000 (00:36 +0200)
The test was using a resolution that was too high for some of the
CI machines. Changing the height to 480 is still high enough to
test the tiling functionality.

Task-number: QTBUG-26480
Change-Id: I40c731ae316471aeeafc8762a2d258adb2239c7b
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
tests/auto/quick/qquickimage/data/htiling.qml
tests/auto/quick/qquickimage/qquickimage.pro

index f192f93..60ee7b3 100644 (file)
@@ -1,7 +1,7 @@
 import QtQuick 2.0
 
 Rectangle {
-    width: 200; height: 550
+    width: 200; height: 480
 
     Image {
         objectName: "tiling"; anchors.fill: parent
index a4e5db4..5b1059b 100644 (file)
@@ -12,4 +12,3 @@ include (../shared/util.pri)
 TESTDATA = data/*
 
 QT += core-private gui-private qml-private quick-private network testlib
-linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = lucid ]"):CONFIG += insignificant_test