aboutsummaryrefslogtreecommitdiff
path: root/test/test_apng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_apng.cpp')
-rw-r--r--test/test_apng.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_apng.cpp b/test/test_apng.cpp
index 93550b53..20c7e927 100644
--- a/test/test_apng.cpp
+++ b/test/test_apng.cpp
@@ -19,7 +19,7 @@ TEST_CASE("Support APNG Plugin", "[apng]") {
REQUIRE(QImageReader::supportedImageFormats().contains("apng"));
}
-TEST_CASE("Detect png animation", "[apng][noci]") {
+TEST_CASE("Detect png animation", "[apng]") {
// Required for QPixmap methods
int argc = 1;
char bin[] = "test";
@@ -51,7 +51,7 @@ TEST_CASE("Detect png animation", "[apng][noci]") {
}
SECTION("Detect png frame has no animation") {
- reader.setFileName("snackoo-frame.png");
+ reader.setFileName("missle.png");
reader.setFormat("apng");
REQUIRE(!reader.supportsAnimation());
reader.setFormat("png");