From 4f04027bdcdca50bb619892cd8dfd0bc62240687 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Mon, 19 Feb 2018 03:09:19 +0100 Subject: [PATCH] removing unused stuff --- tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs | 5 ----- tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs b/tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs index 3802a2c27..9cdb9f8b1 100644 --- a/tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs +++ b/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; - public static readonly string[] TestFiles = - { - TestImages.Gif.Giphy, TestImages.Gif.Rings, TestImages.Gif.Trans, TestImages.Gif.Kumin - }; - public static readonly string[] MultiFrameTestFiles = { TestImages.Gif.Giphy, TestImages.Gif.Kumin diff --git a/tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs b/tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs index b1c419990..28f156279 100644 --- a/tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs +++ b/tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs @@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp.Tests using SixLabors.ImageSharp.Quantizers; using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison; - public class PngEncoderTests : FileTestBase + public class PngEncoderTests { private const float ToleranceThresholdForPaletteEncoder = 0.01f / 100;