summaryrefslogtreecommitdiffstats
path: root/tests/auto/webp/tst_qwebp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/webp/tst_qwebp.cpp')
-rw-r--r--tests/auto/webp/tst_qwebp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/webp/tst_qwebp.cpp b/tests/auto/webp/tst_qwebp.cpp
index d1d30db..ad4a376 100644
--- a/tests/auto/webp/tst_qwebp.cpp
+++ b/tests/auto/webp/tst_qwebp.cpp
@@ -127,6 +127,7 @@ void tst_qwebp::readAnimation()
}
QVERIFY(reader.read().isNull());
+ QCOMPARE(reader.canRead(), !reader.supportsAnimation());
}
void tst_qwebp::writeImage_data()