Browse Source

removing unused stuff

af/merge-core
Anton Firszov 8 years ago
parent
commit
4f04027bdc
  1. 5
      tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs
  2. 2
      tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs

5
tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs

@ -20,11 +20,6 @@ namespace SixLabors.ImageSharp.Tests
{ {
private const PixelTypes TestPixelTypes = PixelTypes.Rgba32 | PixelTypes.RgbaVector | PixelTypes.Argb32; private const PixelTypes TestPixelTypes = PixelTypes.Rgba32 | PixelTypes.RgbaVector | PixelTypes.Argb32;
public static readonly string[] TestFiles =
{
TestImages.Gif.Giphy, TestImages.Gif.Rings, TestImages.Gif.Trans, TestImages.Gif.Kumin
};
public static readonly string[] MultiFrameTestFiles = public static readonly string[] MultiFrameTestFiles =
{ {
TestImages.Gif.Giphy, TestImages.Gif.Kumin TestImages.Gif.Giphy, TestImages.Gif.Kumin

2
tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs

@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp.Tests
using SixLabors.ImageSharp.Quantizers; using SixLabors.ImageSharp.Quantizers;
using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison; using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison;
public class PngEncoderTests : FileTestBase public class PngEncoderTests
{ {
private const float ToleranceThresholdForPaletteEncoder = 0.01f / 100; private const float ToleranceThresholdForPaletteEncoder = 0.01f / 100;

Loading…
Cancel
Save