summaryrefslogtreecommitdiff
path: root/tests/auto/webp/tst_qwebp.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-09-17 20:58:22 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-09-17 20:59:34 +0200
commit338d48cd1a3eb317abe5ecb93964e34de3219144 (patch)
treea8c43fe528cc054b169954869616247700eb0f06 /tests/auto/webp/tst_qwebp.cpp
parent86e30c7294a817fd67a5724b354a8cc3f148d23f (diff)
parentcccf0deca06a7ffa4534ce75e8d4cdb5f20a8b92 (diff)
downloadqtimageformats-338d48cd1a3eb317abe5ecb93964e34de3219144.tar.gz
Merge remote-tracking branch 'origin/5.3.2' into 5.35.3
Change-Id: Ief8c794e676fae84b5de6ad241646a43d898c023
Diffstat (limited to 'tests/auto/webp/tst_qwebp.cpp')
-rw-r--r--tests/auto/webp/tst_qwebp.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/webp/tst_qwebp.cpp b/tests/auto/webp/tst_qwebp.cpp
index 2f84037..dd004f0 100644
--- a/tests/auto/webp/tst_qwebp.cpp
+++ b/tests/auto/webp/tst_qwebp.cpp
@@ -58,8 +58,6 @@ void tst_qwebp::readImage_data()
QTest::addColumn<QString>("fileName");
QTest::addColumn<QSize>("size");
- QTest::newRow("lena") << QString("lena") << QSize(103, 103);
- QTest::newRow("lena_lossless") << QString("lena_lossless") << QSize(103, 103);
QTest::newRow("kollada") << QString("kollada") << QSize(436, 160);
QTest::newRow("kollada_lossless") << QString("kollada_lossless") << QSize(436, 160);
}
@@ -85,8 +83,6 @@ void tst_qwebp::writeImage_data()
QTest::addColumn<QSize>("size");
QTest::addColumn<bool>("needcheck");
- QTest::newRow("lena-90") << QString("lena") << QString(".jpg") << 90 << QSize(103, 103) << false;
- QTest::newRow("lena-100") << QString("lena") << QString(".jpg") << 100 << QSize(103, 103) << false;
QTest::newRow("kollada-75") << QString("kollada") << QString(".png") << 75 << QSize(436, 160) << false;
QTest::newRow("kollada-100") << QString("kollada") << QString(".png") << 100 << QSize(436, 160) << true;
}