Add info to failing test case
This commit is contained in:
parent
341c658cde
commit
b3dd00270e
@ -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
|
// Fails for some reason on windows and linux don't know about osx
|
||||||
// apng animation seems to be broken linux qt5-5.15.2
|
// apng animation seems to be broken linux qt5-5.15.2
|
||||||
|
INFO(QImageReader::supportedImageFormats().join(' ').toStdString());
|
||||||
REQUIRE((QImageReader::supportedImageFormats().contains("apng") ||
|
REQUIRE((QImageReader::supportedImageFormats().contains("apng") ||
|
||||||
QImageReader::supportedImageFormats().contains("APNG")));
|
QImageReader::supportedImageFormats().contains("APNG")));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user