From b3dd00270e6d644864ced766a0f1ec2bb3a89a78 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Tue, 5 Jan 2021 23:21:37 -0600 Subject: [PATCH] Add info to failing test case --- test/test_apng.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_apng.cpp b/test/test_apng.cpp index 9c15e3c..026826b 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"))); }