Browse Source

Re-enable failing tests

Former-commit-id: eb49da4b67fa7123480b486e8994b1868ee976da
Former-commit-id: 7096cd4dbd95ac916223a6d432ef6b23c36646a1
Former-commit-id: c6d9ce880547244d14678077c2e5d474f1b05347
af/merge-core
Jeavon 11 years ago
parent
commit
298ec3cb73
  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