From 420382133ef9effcd2a00fcb385b7b3302ad9e2e Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 8 Mar 2016 14:30:28 -0800 Subject: [PATCH] Reacting to KoreBuild changes --- .../Helpers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests/Helpers.cs b/test/Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests/Helpers.cs index 3b88debfcd..4d2165e8c8 100644 --- a/test/Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests/Helpers.cs +++ b/test/Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests/Helpers.cs @@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests { public static string GetTestSitesPath() { - return Path.GetFullPath(Path.Combine("..", "..", "..", "TestSites")); + return Path.GetFullPath(Path.Combine("..", "..", "..", "..", "..", "TestSites")); } } } \ No newline at end of file