Browse Source

Remove bitmap with negative height from test, because reference decoder seems to have a problem with it

pull/1552/head
Brian Popow 5 years ago
parent
commit
84572d887f
  1. 3
      tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs

3
tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs

@ -55,7 +55,8 @@ namespace SixLabors.ImageSharp.Tests.Formats.Bmp
}
[Theory]
[WithFileCollection(nameof(MiscBmpFiles), PixelTypes.Rgba32)]
[WithFile(Car, PixelTypes.Rgba32)]
[WithFile(F, PixelTypes.Rgba32)]
public void BmpDecoder_CanDecode_MiscellaneousBitmaps_WithLimitedAllocatorBufferCapacity(
TestImageProvider<Rgba32> provider)
{

Loading…
Cancel
Save