Browse Source

Adding remark on old tests

pull/53/head
Olivia 10 years ago
parent
commit
66f95c5f86
  1. 4
      tests/ImageSharp.Tests/Colors/PackedPixelTests.cs

4
tests/ImageSharp.Tests/Colors/PackedPixelTests.cs

@ -13,6 +13,10 @@ namespace ImageSharp.Tests.Colors
/// <summary>
/// The packed pixel tests.
/// </summary>
/// <remarks>
/// The "ToVector4" tests should now be covered in <see cref="ColorConstructorTests"/>
/// and at some point they can be safely removed from here.
/// </remarks>
public class PackedPixelTests
{
[Fact]

Loading…
Cancel
Save