Shorten another Test Asset name
This commit is contained in:
parent
88ab21600d
commit
3b04278b65
5 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue