aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-05-27 12:07:55 +1000
committerMartin Jones <martin.jones@nokia.com>2011-05-27 12:07:55 +1000
commitfff28519c27d504dbf7deaead6301054225d3b60 (patch)
tree7f26f0f9a96210234a2ad6738adc568fc43a5923 /tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
parentb52ed81c68866e9792a1db46413c74a3f8d2be03 (diff)
Skip the qdeclarativeimage and qdeclarativeborderimage mirror test
Also mark qmlvisual tests as CONFIG+=insignificant_test Change-Id: I0febeafca4d9aa08ac17a99c97880520be78a35a
Diffstat (limited to 'tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp b/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
index a86c77a5da..f8d2fbef24 100644
--- a/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
+++ b/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
@@ -328,6 +328,7 @@ void tst_qdeclarativeimage::mirror()
p_e.drawPixmap(QRect(0, 0, width, height), srcPixmap, QRect(0, 0, srcPixmap.width(), srcPixmap.height()));
break;
case QDeclarativeImage::PreserveAspectFit:
+ QEXPECT_FAIL("", "QTBUG-19538", Continue);
p_e.drawPixmap(QRect(25, 0, width / (width/height), height), srcPixmap, QRect(0, 0, srcPixmap.width(), srcPixmap.height()));
break;
case QDeclarativeImage::PreserveAspectCrop: