Browse Source

Re-enable failing tests

Former-commit-id: 49813c876fc245a691e2a18cfe6f1aa2a5b25ec7
Former-commit-id: 0556e911466fe8391cec8fc0dba8ed17dcaef6b8
Former-commit-id: d2961b1131d42d959acaa27ad4b388add1113fee
pull/17/head
Jeavon 10 years ago
parent
commit
ff3fffa97f
  1. 2
      tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs
  2. 2
      tests/ImageProcessor.Tests/Processors/Formats/EncoderDecoderTests.cs

2
tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs

@ -27,7 +27,7 @@ namespace ImageProcessor.Tests
/// <summary>
/// Tests the implicit conversion from <see cref="Color"/> to <see cref="YCbCr"/>.
/// </summary>
//[Fact]
[Fact]
[SuppressMessage("StyleCop.CSharp.NamingRules", "SA1305:FieldNamesMustNotUseHungarianNotation",
Justification = "Reviewed. Suppression is OK here.")]
public void ColorToYCbCr()

2
tests/ImageProcessor.Tests/Processors/Formats/EncoderDecoderTests.cs

@ -41,7 +41,7 @@
}
}
//[Fact]
[Fact]
public void QuantizedImageShouldPreserveMaximumColorPrecision()
{
if (!Directory.Exists("Quantized"))

Loading…
Cancel
Save