This commit is contained in:
Faizan Ahmad 2016-10-26 00:10:25 +05:30
parent cb42c594ab
commit 763e6bc946

View file

@ -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", "STestDotNetCoreProject.dll");
string expectedError = Path.Combine(testProjectDirectory, "bin", configuration, "netcoreapp1.0", "VSTestDotNetCoreProject.dll");
expectedError = "The test source file " + "\""+ expectedError + "\"" + " provided was not found.";
// Call test3