File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
tests/ImageSharp.Tests/Formats/Png Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ public partial class PngDecoderTests
80
80
81
81
public static readonly string [ ] MultiFrameTestFiles =
82
82
{
83
- // TestImages.Png.APng,
84
- // TestImages.Png.SplitIDatZeroLength,
85
- // TestImages.Png.DisposeNone,
86
- // TestImages.Png.DisposeBackground,
87
- // TestImages.Png.DisposeBackgroundRegion,
88
- // TestImages.Png.DisposePreviousFirst,
89
- // TestImages.Png.DisposeBackgroundBeforeRegion,
83
+ TestImages . Png . APng ,
84
+ TestImages . Png . SplitIDatZeroLength ,
85
+ TestImages . Png . DisposeNone ,
86
+ TestImages . Png . DisposeBackground ,
87
+ TestImages . Png . DisposeBackgroundRegion ,
88
+ TestImages . Png . DisposePreviousFirst ,
89
+ TestImages . Png . DisposeBackgroundBeforeRegion ,
90
90
TestImages . Png . BlendOverMultiple
91
91
} ;
92
92
You can’t perform that action at this time.
0 commit comments