Skip to content

Commit cceedbf

Browse files
authored
Merge pull request SixLabors#902 from SixLabors/af/extend-processor-coverage
Validating tests for Image Processors
2 parents 3fd1a14 + 4cb9c2f commit cceedbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ImageSharp.Tests/FileTestBase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4+
using System;
45
using System.Collections.Generic;
56

67
namespace SixLabors.ImageSharp.Tests
78
{
89
/// <summary>
910
/// The test base class for reading and writing to files.
1011
/// </summary>
12+
[Obsolete("See: https://github.com/SixLabors/ImageSharp/issues/868")]
1113
public abstract class FileTestBase
1214
{
1315
/// <summary>

0 commit comments

Comments
 (0)