summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-10-20 19:13:08 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-10-20 19:13:08 +0200
commit6f2c68b2bc3e2864ca1e731b8c8967c56ddc545b (patch)
tree51eb2c7385186de0cf6cf96886946c3b797fe187
parent2696820ac6b307efade30d5d310a69c503555780 (diff)
parentfef13b3b4c1a8af83086ecf49430903778e63624 (diff)
Merge remote-tracking branch 'origin/5.4' into dev
-rw-r--r--tests/auto/webp/images/lena.jpgbin7326 -> 0 bytes
-rw-r--r--tests/auto/webp/images/lena.webpbin2790 -> 0 bytes
-rw-r--r--tests/auto/webp/images/lena_lossless.webpbin9062 -> 0 bytes
-rw-r--r--tests/auto/webp/tst_qwebp.cpp4
-rw-r--r--tests/auto/webp/webp.qrc3
5 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/webp/images/lena.jpg b/tests/auto/webp/images/lena.jpg
deleted file mode 100644
index 7add3fc..0000000
--- a/tests/auto/webp/images/lena.jpg
+++ /dev/null
Binary files differ
diff --git a/tests/auto/webp/images/lena.webp b/tests/auto/webp/images/lena.webp
deleted file mode 100644
index 4e1d816..0000000
--- a/tests/auto/webp/images/lena.webp
+++ /dev/null
Binary files differ
diff --git a/tests/auto/webp/images/lena_lossless.webp b/tests/auto/webp/images/lena_lossless.webp
deleted file mode 100644
index 250f945..0000000
--- a/tests/auto/webp/images/lena_lossless.webp
+++ /dev/null
Binary files differ
diff --git a/tests/auto/webp/tst_qwebp.cpp b/tests/auto/webp/tst_qwebp.cpp
index 04e0f4d..73b0fbc 100644
--- a/tests/auto/webp/tst_qwebp.cpp
+++ b/tests/auto/webp/tst_qwebp.cpp
@@ -50,8 +50,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);
}
@@ -77,8 +75,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;
}
diff --git a/tests/auto/webp/webp.qrc b/tests/auto/webp/webp.qrc
index 6cf0ea0..ab0b1b2 100644
--- a/tests/auto/webp/webp.qrc
+++ b/tests/auto/webp/webp.qrc
@@ -1,8 +1,5 @@
<RCC>
<qresource prefix="/">
- <file>images/lena.jpg</file>
- <file>images/lena.webp</file>
- <file>images/lena_lossless.webp</file>
<file>images/kollada.png</file>
<file>images/kollada.webp</file>
<file>images/kollada_lossless.webp</file>