From 93ac3a2c8f305bd8bc5c898c927e30459ca514b8 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 820dc2bae..77fee1e79 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]