From 35f3be02c1d1e42acb6face5cf58fab49669a1e1 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 16 Mar 2017 02:21:16 +0100 Subject: [PATCH] Fixed Sandbox46 test execution --- tests/ImageSharp.Tests/TestFile.cs | 2 +- tests/ImageSharp.Tests/TestFont.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ImageSharp.Tests/TestFile.cs b/tests/ImageSharp.Tests/TestFile.cs index 939b1254e6..701025e871 100644 --- a/tests/ImageSharp.Tests/TestFile.cs +++ b/tests/ImageSharp.Tests/TestFile.cs @@ -153,7 +153,7 @@ namespace ImageSharp.Tests List 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/" }; diff --git a/tests/ImageSharp.Tests/TestFont.cs b/tests/ImageSharp.Tests/TestFont.cs index e7ef63b891..7e5b6c370d 100644 --- a/tests/ImageSharp.Tests/TestFont.cs +++ b/tests/ImageSharp.Tests/TestFont.cs @@ -47,7 +47,7 @@ namespace ImageSharp.Tests List 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/" };