Browse Source

Fixed Sandbox46 test execution

pull/137/head
Anton Firszov 9 years ago
parent
commit
35f3be02c1
  1. 2
      tests/ImageSharp.Tests/TestFile.cs
  2. 2
      tests/ImageSharp.Tests/TestFont.cs

2
tests/ImageSharp.Tests/TestFile.cs

@ -153,7 +153,7 @@ namespace ImageSharp.Tests
List<string> directories = new List< string > {
"TestImages/Formats/", // Here for code coverage tests.
"tests/ImageSharp.Tests/TestImages/Formats/", // from travis/build script
"../../../ImageSharp.Tests/TestImages/Formats/", // from Sandbox46
"../../../../../ImageSharp.Tests/TestImages/Formats/", // from Sandbox46
"../../../../TestImages/Formats/",
"../../../TestImages/Formats/"
};

2
tests/ImageSharp.Tests/TestFont.cs

@ -47,7 +47,7 @@ namespace ImageSharp.Tests
List<string> directories = new List< string > {
"TestFonts/", // Here for code coverage tests.
"tests/ImageSharp.Tests/TestFonts/", // from travis/build script
"../../../ImageSharp.Tests/TestFonts/", // from Sandbox46
"../../../../../ImageSharp.Tests/TestFonts/", // from Sandbox46
"../../../../TestFonts/"
};

Loading…
Cancel
Save