Reacting to KoreBuild changes

This commit is contained in:
John Luo 2016-03-08 14:36:27 -08:00
parent 0269403bc9
commit 1b29f5e973
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace ServerComparison.FunctionalTests
{
public static string GetApplicationPath()
{
return Path.GetFullPath(Path.Combine("..", "..", "..", "ServerComparison.TestSites"));
return Path.GetFullPath(Path.Combine("..", "..", "..", "..", "..", "ServerComparison.TestSites"));
}
}
}