Browse Source

Merge pull request #352 from SixLabors/bugfix/remove-test

Remove test for path that is not yet created at the start of the test run
af/merge-core
Dirk Lemstra 9 years ago
committed by GitHub
parent
commit
a5946a52db
  1. 6
      tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs

6
tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs

@ -44,12 +44,6 @@ namespace SixLabors.ImageSharp.Tests
this.CheckPath(TestEnvironment.InputImagesDirectoryFullPath);
}
[Fact]
public void ActualOutputDirectoryFullPath()
{
this.CheckPath(TestEnvironment.ActualOutputDirectoryFullPath);
}
[Fact]
public void ExpectedOutputDirectoryFullPath()
{

Loading…
Cancel
Save