From cb42c594ab1fed84e862a41371ab701b807bbfbd Mon Sep 17 00:00:00 2001 From: Faizan Ahmad Date: Tue, 25 Oct 2016 22:22:00 +0530 Subject: [PATCH] Test fix --- .../GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet-test3.Tests/GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs b/test/dotnet-test3.Tests/GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs index 7d3122c53..1f6eb8267 100644 --- a/test/dotnet-test3.Tests/GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs +++ b/test/dotnet-test3.Tests/GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs @@ -55,7 +55,7 @@ namespace Microsoft.DotNet.Cli.Test3.Tests .Pass(); string configuration = Environment.GetEnvironmentVariable("CONFIGURATION") ?? "Debug"; - string expectedError = Path.Combine(testProjectDirectory, "bin", configuration, @"netcoreapp1.0\VSTestDotNetCoreProject.dll"); + string expectedError = Path.Combine(testProjectDirectory, "bin", configuration, "netcoreapp1.0", "STestDotNetCoreProject.dll"); expectedError = "The test source file " + "\""+ expectedError + "\"" + " provided was not found."; // Call test3