Shorten another Test Asset name

This commit is contained in:
Piotr Puszkiewicz 2017-02-28 13:11:34 -08:00
parent 88ab21600d
commit 3b04278b65
5 changed files with 2 additions and 2 deletions

View file

@ -148,7 +148,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Tests
{ {
var testDirectory = Temp.CreateDirectory().Path; var testDirectory = Temp.CreateDirectory().Path;
var testPJ = new ProjectJsonBuilder(TestAssets) var testPJ = new ProjectJsonBuilder(TestAssets)
.FromTestAssetBase("TestAppWithMultipleFullFrameworksOnly") .FromTestAssetBase("AppWith4netTfm0Rid")
.SaveToDisk(testDirectory); .SaveToDisk(testDirectory);
var projectContexts = ProjectContext.CreateContextForEachFramework(testDirectory); var projectContexts = ProjectContext.CreateContextForEachFramework(testDirectory);

View file

@ -63,7 +63,7 @@ namespace Microsoft.DotNet.Migration.Tests
[WindowsOnlyTheory] [WindowsOnlyTheory]
[InlineData("AppWith2Tfm0Rid", null)] [InlineData("AppWith2Tfm0Rid", null)]
[InlineData("TestAppWithMultipleFullFrameworksOnly", "net461")] [InlineData("AppWith4netTfm0Rid", "net461")]
public void ItMigratesAppsWithFullFramework(string projectName, string framework) public void ItMigratesAppsWithFullFramework(string projectName, string framework)
{ {
var projectDirectory = TestAssets var projectDirectory = TestAssets