qt5base-lts/tests/auto/gui/image/qimagereader
Friedemann Kleint 245d83bb50 tst_QImageReader: Fix the size of the SVG images
The image appears to be 128x128. Fixes test failures

FAIL!  : tst_QImageReader::readFromResources(rect.svg) Compared values are not the same
   Actual   (image.size()): QSize(128x128)
   Expected (size)        : QSize(105x137)
.\tst_qimagereader.cpp(1493) : failure location
FAIL!  : tst_QImageReader::readFromResources(rect.svgz) Compared values are not the same
   Actual   (image.size()): QSize(128x128)
   Expected (size)        : QSize(105x137)

which likely do not show in the CI since the qtsvg module is not
available when checking only qtbase.

Change-Id: I84ebdde6f2251f56a00f16a54bd20d0c2b23638e
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2017-08-02 20:25:47 +00:00
..
baseline
images Crash fix: reject certain malformed bmp images 2016-02-05 04:14:35 +00:00
.gitignore
android_testdata.qrc Android: Fix QImageReader test 2015-01-16 09:27:15 +01:00
qimagereader.pro Remove the traces of the discontinued android-no-sdk platform 2016-03-30 10:12:34 +00:00
qimagereader.qrc Fixed crash in image reader when reading certain BMP files. 2013-02-06 09:59:56 +01:00
tst_qimagereader.cpp tst_QImageReader: Fix the size of the SVG images 2017-08-02 20:25:47 +00:00