Browse Source

Fix tests

pull/1114/head
James Jackson-South 6 years ago
parent
commit
259f7c419b
  1. 4
      tests/ImageSharp.Tests/TestUtilities/TestUtils.cs
  2. 2
      tests/Images/External

4
tests/ImageSharp.Tests/TestUtilities/TestUtils.cs

@ -307,8 +307,8 @@ namespace SixLabors.ImageSharp.Tests
{
var bounds = new Rectangle(image.Width / 4, image.Width / 4, image.Width / 2, image.Height / 2);
image.Mutate(x => process(x, bounds));
image.DebugSave(provider, testOutputDetails);
image.CompareToReferenceOutput(comparer, provider, testOutputDetails, appendPixelTypeToFileName: appendPixelTypeToFileName);
image.DebugSave(provider, testOutputDetails, appendPixelTypeToFileName: appendPixelTypeToFileName);
image.CompareToReferenceOutput(comparer, provider, testOutputDetails: testOutputDetails, appendPixelTypeToFileName: appendPixelTypeToFileName);
}
}

2
tests/Images/External

@ -1 +1 @@
Subproject commit fbba5e2a78aa479c0752dc0fd91ec25b4948704a
Subproject commit e027069e57948c94964d0948c5f6a79ace6c601a
Loading…
Cancel
Save