PR Feedback

This commit is contained in:
Bryan Thornbury 2016-05-03 11:33:13 -07:00
parent a25e92208e
commit 25335d20fe
6 changed files with 7 additions and 66 deletions

View file

@ -309,7 +309,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
}
[Fact]
private void StandaloneApp_WithoutCoreclrDll_Fails()
private void StandaloneApp_WithoutCoreClrDll_Fails()
{
// Convert a Portable App to Standalone to simulate the customer scenario
var testInstance = TestAssetsManager.CreateTestInstance("DependencyChangeTest")
@ -328,7 +328,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
buildResult.Should().Fail();
buildResult.StdErr.Should().Contain("Expected coreclr library not found in package graph. Please try running restore again.");
buildResult.StdErr.Should().Contain("Expected coreclr library not found in package graph. Please try running dotnet restore again.");
}
private void CopyProjectToTempDir(string projectDir, TempDirectory tempDir)