summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-07-29 12:50:26 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-07-29 12:50:26 +0200
commitedc78eca750953ad08ad67cddde92d2f977de2a8 (patch)
treee847c9287e6d6b6b05eb8d5c5a8b55c1a1aa757d /tests/auto
parent46a269e8ab27bef04822de7e36041ce7109f626c (diff)
parent85e621e3ecf449bb0587bd4da97ca66179b24f31 (diff)
Merge remote-tracking branch 'origin/5.3' into dev
Diffstat (limited to 'tests/auto')
-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()