aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-05 23:21:37 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commitb3dd00270e6d644864ced766a0f1ec2bb3a89a78 (patch)
tree55f61098b5329ceb7095c176c0f6c2ef6c611605 /test
parent341c658cde9808eedb789981b51fa89edb71e4cd (diff)
Add info to failing test case
Diffstat (limited to 'test')
-rw-r--r--test/test_apng.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_apng.cpp b/test/test_apng.cpp
index 9c15e3cf..026826b1 100644
--- a/test/test_apng.cpp
+++ b/test/test_apng.cpp
@@ -11,6 +11,7 @@ TEST_CASE("Support APNG Plugin (place lib same path)", "[apng]") {
// Fails for some reason on windows and linux don't know about osx
// apng animation seems to be broken linux qt5-5.15.2
+ INFO(QImageReader::supportedImageFormats().join(' ').toStdString());
REQUIRE((QImageReader::supportedImageFormats().contains("apng") ||
QImageReader::supportedImageFormats().contains("APNG")));
}