summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2014-01-12 10:59:54 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-13 09:31:56 +0100
commit8b675522a2ba5514a73e0b015ff272f61a2affda (patch)
tree353ac5d47968b559207dbcd62e18425747f785b2 /tests/auto
parenta9d13d79298ec7f7c7f69fb38f97b0f48ca45323 (diff)
Fix reading palette images in DDS handler.
Change-Id: I039a5f3376a8ebe7230f30a0df31c4a355f22349 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Alex Char <prevedtest@gmail.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/dds/tst_qdds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/dds/tst_qdds.cpp b/tests/auto/dds/tst_qdds.cpp
index 4464b99..eb25849 100644
--- a/tests/auto/dds/tst_qdds.cpp
+++ b/tests/auto/dds/tst_qdds.cpp
@@ -108,6 +108,7 @@ void tst_qdds::readImage_data()
QTest::newRow("45") << QString("YUY2") << QSize(64, 64);
QTest::newRow("46") << QString("RXGB") << QSize(64, 64);
QTest::newRow("47") << QString("ATI2") << QSize(64, 64);
+ QTest::newRow("48") << QString("P4") << QSize(64, 64);
}
void tst_qdds::readImage()