Skip to content

Commit

Permalink
Add already fixed image 4. Fix #825
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Feb 17, 2019
1 parent 9bbd69a commit 23b7161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public partial class JpegDecoderTests
TestImages.Jpeg.Issues.Fuzz.IndexOutOfRangeException824G,
TestImages.Jpeg.Issues.Fuzz.IndexOutOfRangeException824H,
TestImages.Jpeg.Issues.Fuzz.ArgumentOutOfRangeException825A,
TestImages.Jpeg.Issues.Fuzz.ArgumentOutOfRangeException825C
TestImages.Jpeg.Issues.Fuzz.ArgumentOutOfRangeException825C,
TestImages.Jpeg.Issues.Fuzz.ArgumentOutOfRangeException825D
};

private static readonly Dictionary<string, float> CustomToleranceValues =
Expand Down
1 change: 1 addition & 0 deletions tests/ImageSharp.Tests/TestImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public static class Fuzz
public const string ArgumentOutOfRangeException825A = "Jpg/issues/fuzz/Issue825-ArgumentOutOfRangeException-A.jpg";
public const string ArgumentOutOfRangeException825B = "Jpg/issues/fuzz/Issue825-ArgumentOutOfRangeException-B.jpg";
public const string ArgumentOutOfRangeException825C = "Jpg/issues/fuzz/Issue825-ArgumentOutOfRangeException-C.jpg";
public const string ArgumentOutOfRangeException825D = "Jpg/issues/fuzz/Issue825-ArgumentOutOfRangeException-D.jpg";
}
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23b7161

Please sign in to comment.