From 66f95c5f864404885c2f563ecbd06cc74d8780e7 Mon Sep 17 00:00:00 2001 From: Olivia Date: Tue, 20 Dec 2016 13:29:02 +0200 Subject: [PATCH] Adding remark on old tests --- tests/ImageSharp.Tests/Colors/PackedPixelTests.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ImageSharp.Tests/Colors/PackedPixelTests.cs b/tests/ImageSharp.Tests/Colors/PackedPixelTests.cs index 820dc2bae3..77fee1e79a 100644 --- a/tests/ImageSharp.Tests/Colors/PackedPixelTests.cs +++ b/tests/ImageSharp.Tests/Colors/PackedPixelTests.cs @@ -13,6 +13,10 @@ namespace ImageSharp.Tests.Colors /// /// The packed pixel tests. /// + /// + /// The "ToVector4" tests should now be covered in + /// and at some point they can be safely removed from here. + /// public class PackedPixelTests { [Fact]