|
|
|
@ -55,7 +55,7 @@ namespace Perspex.Direct2D1.RenderTests |
|
|
|
MagickImage actual = new MagickImage(actualPath); |
|
|
|
MagickErrorInfo error = expected.Compare(actual); |
|
|
|
|
|
|
|
if (error.NormalizedMaximumError > 0.01) |
|
|
|
if (error.NormalizedMaximumError > 0.1) |
|
|
|
{ |
|
|
|
if (error.NormalizedMaximumError > 0.15) |
|
|
|
{ |
|
|
|
@ -63,10 +63,9 @@ namespace Perspex.Direct2D1.RenderTests |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
Assert.Inconclusive("Close but no cigar."); |
|
|
|
Assert.Inconclusive("Close but no cigar. NormalizedMaximumError = " + error.NormalizedMaximumError); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|