Skip to content

Commit

Permalink
Reenable vs-solutionpersistence tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Mar 8, 2025
1 parent 0ba656f commit e45352f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/dotnet-sln.Tests/GivenDotnetSlnAdd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,10 @@ public void WhenNestedProjectIsAddedSolutionFoldersAreCreated(string solutionCom
}

[Theory]
// needs https://github.com/microsoft/vs-solutionpersistence/pull/101
//[InlineData("sln", true, ".sln")]
//[InlineData("sln", false, ".sln")]
//[InlineData("solution", true, ".sln")]
//[InlineData("solution", false, ".sln")]
[InlineData("sln", true, ".sln")]
[InlineData("sln", false, ".sln")]
[InlineData("solution", true, ".sln")]
[InlineData("solution", false, ".sln")]
[InlineData("sln", true, ".slnx")]
[InlineData("solution", false, ".slnx")]
public void WhenNestedProjectIsAddedSolutionFoldersAreCreatedBuild(string solutionCommand, bool fooFirst, string solutionExtension)
Expand Down

0 comments on commit e45352f

Please sign in to comment.