Changing the name of two tests that conflict with each other and fail inconsistently when the tests run in parallel because they stomp on each other.

This commit is contained in:
Livar Cunha 2016-04-05 12:06:30 -07:00
parent f757468dde
commit a07c396129
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
}
[Fact]
public void TheRuntimeOptionsGetsCopiedFromProjectJsonToRuntimeConfigJson()
public void RuntimeOptionsGetsCopiedToRuntimeConfigJsonForAPortableApp()
{
var testInstance = TestAssetsManager.CreateTestInstance("PortableTests")
.WithLockFiles();

View file

@ -38,7 +38,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
}
[Fact]
public void TheRuntimeOptionsGetsCopiedFromProjectJsonToRuntimeConfigJson()
public void RuntimeOptionsGetsCopiedToRuntimeConfigJsonForAStandaloneApp()
{
var testInstance = TestAssetsManager.CreateTestInstance("PortableTests")
.WithLockFiles();