From ff3fffa97f2b6e131635f0217961dff297364f40 Mon Sep 17 00:00:00 2001 From: Jeavon Date: Sun, 15 Nov 2015 12:01:52 +0000 Subject: [PATCH] Re-enable failing tests Former-commit-id: 49813c876fc245a691e2a18cfe6f1aa2a5b25ec7 Former-commit-id: 0556e911466fe8391cec8fc0dba8ed17dcaef6b8 Former-commit-id: d2961b1131d42d959acaa27ad4b388add1113fee --- tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs | 2 +- .../Processors/Formats/EncoderDecoderTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs b/tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs index 2ca54c35b..1c286da7b 100644 --- a/tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs +++ b/tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs @@ -27,7 +27,7 @@ namespace ImageProcessor.Tests /// /// Tests the implicit conversion from to . /// - //[Fact] + [Fact] [SuppressMessage("StyleCop.CSharp.NamingRules", "SA1305:FieldNamesMustNotUseHungarianNotation", Justification = "Reviewed. Suppression is OK here.")] public void ColorToYCbCr() diff --git a/tests/ImageProcessor.Tests/Processors/Formats/EncoderDecoderTests.cs b/tests/ImageProcessor.Tests/Processors/Formats/EncoderDecoderTests.cs index c884a3c87..f9049056b 100644 --- a/tests/ImageProcessor.Tests/Processors/Formats/EncoderDecoderTests.cs +++ b/tests/ImageProcessor.Tests/Processors/Formats/EncoderDecoderTests.cs @@ -41,7 +41,7 @@ } } - //[Fact] + [Fact] public void QuantizedImageShouldPreserveMaximumColorPrecision() { if (!Directory.Exists("Quantized"))