Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 55953f0

Browse files
committed
Shorten names a bit more, make project names match folder names
1 parent ddde45f commit 55953f0

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

TestAssets/TestProjects/AppWithCorruptedLaunchSettings/MSBuildTestAppWithCorruptedLaunchSettings.csproj renamed to TestAssets/TestProjects/AppWithCorruptedLaunchSettings/AppWithCorruptedLaunchSettings.csproj

File renamed without changes.

TestAssets/TestProjects/AppWithLaunchSettings/MSBuildTestAppWithLaunchSettings.csproj renamed to TestAssets/TestProjects/AppWithLaunchSettings/AppWithLaunchSettings.csproj

File renamed without changes.

TestAssets/TestProjects/AppWithLaunchSettingsWithoutDefault/MSBuildTestAppWithLaunchSettingsWithoutDefault.csproj renamed to TestAssets/TestProjects/AppWithLaunchSettingsNoDefault/AppWithLaunchSettingsNoDefault.csproj

File renamed without changes.

TestAssets/TestProjects/AppWithLaunchSettingsWithoutDefault/Program.cs renamed to TestAssets/TestProjects/AppWithLaunchSettingsNoDefault/Program.cs

File renamed without changes.

TestAssets/TestProjects/AppWithLaunchSettingsWithoutDefault/Properties/launchSettings.json renamed to TestAssets/TestProjects/AppWithLaunchSettingsNoDefault/Properties/launchSettings.json

File renamed without changes.

test/dotnet-run.Tests/GivenDotnetRunRunsCsProj.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public void ItSkipsLaunchProfilesWhenTheSwitchIsSuppliedWithoutErrorWhenThereAre
409409
[Fact]
410410
public void ItSkipsLaunchProfilesWhenThereIsNoUsableDefault()
411411
{
412-
var testAppName = "AppWithLaunchSettingsWithoutDefault";
412+
var testAppName = "AppWithLaunchSettingsNoDefault";
413413
var testInstance = TestAssets.Get(testAppName)
414414
.CreateInstance()
415415
.WithSourceFiles();

0 commit comments

Comments
 (0)