summaryrefslogtreecommitdiffstats
path: root/tests/auto/dds/tst_qdds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/dds/tst_qdds.cpp')
-rw-r--r--tests/auto/dds/tst_qdds.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/dds/tst_qdds.cpp b/tests/auto/dds/tst_qdds.cpp
index eb25849..d41ea25 100644
--- a/tests/auto/dds/tst_qdds.cpp
+++ b/tests/auto/dds/tst_qdds.cpp
@@ -109,6 +109,7 @@ void tst_qdds::readImage_data()
QTest::newRow("46") << QString("RXGB") << QSize(64, 64);
QTest::newRow("47") << QString("ATI2") << QSize(64, 64);
QTest::newRow("48") << QString("P4") << QSize(64, 64);
+ QTest::newRow("49") << QString("A8R8G8B8_2") << QSize(64, 32);
}
void tst_qdds::readImage()
@@ -158,6 +159,7 @@ void tst_qdds::testWriteImage_data()
QTest::addColumn<QSize>("size");
QTest::newRow("1") << QString("A8R8G8B8") << QSize(64, 64);
+ QTest::newRow("2") << QString("A8R8G8B8_2") << QSize(64, 32);
}
void tst_qdds::testWriteImage()