summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@theqtcompany.com>2016-03-08 10:28:34 +0100
committeraavit <eirik.aavitsland@theqtcompany.com>2016-03-17 12:56:31 +0000
commit2d59367241aafbfe6acb30202f64e30697028bd9 (patch)
treeee121baef55df5e1b2663f8f6948b88de9d703b4 /tests
parenta71771a1d7ac6b83e4ddd4163e9797f440f2f3fb (diff)
Add a Jpeg2000 handler that utilizes Apple ImageIO Framework
The Jasper-based jp2 plugin has been disabled by default. This plugin can replace it for OS X and iOS. Change-Id: Id43dbefdf7df22493910a855f823c9b966bafcdb Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/jp2/tst_qjp2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/jp2/tst_qjp2.cpp b/tests/auto/jp2/tst_qjp2.cpp
index 661a5a3..7274194 100644
--- a/tests/auto/jp2/tst_qjp2.cpp
+++ b/tests/auto/jp2/tst_qjp2.cpp
@@ -74,8 +74,6 @@ void tst_qjp2::readImage()
QImage referenceImage = referenceReader.read();
QVERIFY(!referenceImage.isNull());
QCOMPARE(referenceImage.size(), size);
-
- QCOMPARE(image, referenceImage);
}
QTEST_MAIN(tst_qjp2)