From bc29fbfb84bcd387468befeb0efaf86826e01193 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 12 Jun 2023 21:08:41 +1000 Subject: [PATCH] Restore tests --- tests/ImageSharp.Tests/Drawing/DrawImageTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ImageSharp.Tests/Drawing/DrawImageTests.cs b/tests/ImageSharp.Tests/Drawing/DrawImageTests.cs index c908ab3d4..8b0db773a 100644 --- a/tests/ImageSharp.Tests/Drawing/DrawImageTests.cs +++ b/tests/ImageSharp.Tests/Drawing/DrawImageTests.cs @@ -112,9 +112,9 @@ public class DrawImageTests } [Theory] - //[WithSolidFilledImages(100, 100, "White", PixelTypes.Rgba32, 0, 0)] - //[WithSolidFilledImages(100, 100, "White", PixelTypes.Rgba32, 25, 25)] - //[WithSolidFilledImages(100, 100, "White", PixelTypes.Rgba32, 75, 50)] + [WithSolidFilledImages(100, 100, "White", PixelTypes.Rgba32, 0, 0)] + [WithSolidFilledImages(100, 100, "White", PixelTypes.Rgba32, 25, 25)] + [WithSolidFilledImages(100, 100, "White", PixelTypes.Rgba32, 75, 50)] [WithSolidFilledImages(100, 100, "White", PixelTypes.Rgba32, -25, -30)] public void WorksWithDifferentLocations(TestImageProvider provider, int x, int y) {