Browse Source

update submodule, skip debug-only test case

af/merge-core
Anton Firszov 8 years ago
parent
commit
90a2f32f3a
  1. 6
      tests/ImageSharp.Tests/Processing/Processors/Transforms/KernelMapTests.cs
  2. 2
      tests/Images/External

6
tests/ImageSharp.Tests/Processing/Processors/Transforms/KernelMapTests.cs

@ -60,6 +60,10 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Transforms
{ nameof(KnownResamplers.Lanczos8), 100, 80 },
{ nameof(KnownResamplers.Lanczos8), 10, 100 },
// Resize_WorksWithAllResamplers_Rgba32_CalliphoraPartial_Box-0.5:
{ nameof(KnownResamplers.Box), 378, 149 },
{ nameof(KnownResamplers.Box), 349, 174 },
// Accuracy-related regression-test cases cherry-picked from GeneratedImageResizeData
{ nameof(KnownResamplers.Box), 201, 100 },
{ nameof(KnownResamplers.Box), 199, 99 },
@ -89,7 +93,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Transforms
GenerateImageResizeData();
[Theory]
[Theory(Skip = "Only for debugging and development")]
[MemberData(nameof(KernelMapData))]
public void PrintNonNormalizedKernelMap(string resamplerName, int srcSize, int destSize)
{

2
tests/Images/External

@ -1 +1 @@
Subproject commit ed8a7b0b6fe1b2e2a7c822aa617103ae31192655
Subproject commit 5b18d8c95acffb773012881870ba6f521ba13128
Loading…
Cancel
Save