Merge pull request #2284 from livarcocc/tests_with_same_name

Changing the name of two tests that conflict with each other and fail…
This commit is contained in:
Livar 2016-04-05 14:43:54 -07:00
commit 95a7d5607f
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();