Browse Source

Remove invalid test

af/merge-core
James Jackson-South 8 years ago
parent
commit
1ce14f875e
  1. 1
      tests/ImageSharp.Tests/Processing/Processors/Transforms/CropTest.cs

1
tests/ImageSharp.Tests/Processing/Processors/Transforms/CropTest.cs

@ -17,7 +17,6 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Transforms
{
[Theory]
[WithTestPatternImages(70, 30, PixelTypes.Rgba32, 0, 0, 70, 30)]
[WithTestPatternImages(50, 50, PixelTypes.Rgba32, -1, -1, 100, 200)]
[WithTestPatternImages(30, 70, PixelTypes.Rgba32, 7, 13, 20, 50)]
public void Crop<TPixel>(TestImageProvider<TPixel> provider, int x, int y, int w, int h)
where TPixel : struct, IPixel<TPixel>

Loading…
Cancel
Save