Skip to content

Commit da72452

Browse files
committed
Updated unit tests due to changes in libpng.
1 parent 236425b commit da72452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Magick.NET.Tests/Formats/Png/PngReadDefinesTests/TheChunkMallocMaxProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void ShouldLimitTheChunkSize()
4343
};
4444
image.Read(Files.SnakewarePNG, settings);
4545

46-
Assert.Contains("IHDR: chunk data is too large", warning);
46+
Assert.Contains("tEXt: out of memory", warning);
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)