From c0f782bc6c7eeebc5f6119c70248ac4be55dcc74 Mon Sep 17 00:00:00 2001 From: Sarah Smith Date: Fri, 18 Nov 2011 17:18:52 +1000 Subject: Sequential reading not supported. The read from device test should be better named "read from network device" because that is what is being tested here - so remove the tga test data, since sequential only (devices that cannot seek) are not supported (yet) for tga. --- tests/auto/qimagereader/tst_qimagereader.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auto/qimagereader/tst_qimagereader.cpp b/tests/auto/qimagereader/tst_qimagereader.cpp index 54e8714..2b867c3 100644 --- a/tests/auto/qimagereader/tst_qimagereader.cpp +++ b/tests/auto/qimagereader/tst_qimagereader.cpp @@ -1107,9 +1107,6 @@ void tst_QImageReader::readFromDevice_data() QTest::newRow("svg") << QString("rect.svg") << QByteArray("svg"); QTest::newRow("svgz") << QString("rect.svgz") << QByteArray("svgz"); #endif -#if defined QTEST_HAVE_TGA - QTest::newRow("tga") << QString("test-flag.tga") << QByteArray("tga"); -#endif } void tst_QImageReader::readFromDevice() -- cgit v0.12