Fix test folder cannot delete and missing test (#8480)
This commit is contained in:
parent
9e535a867a
commit
78904831f9
1 changed files with 2 additions and 1 deletions
|
@ -93,6 +93,7 @@ namespace Microsoft.DotNet.ShellShim.Tests
|
|||
}
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[InlineData(false)]
|
||||
[InlineData(true)]
|
||||
public void GivenAnExecutablePathWithExistingSameNameShimItThrows(bool testMockBehaviorIsInSync)
|
||||
|
@ -184,7 +185,7 @@ namespace Microsoft.DotNet.ShellShim.Tests
|
|||
const string testAppName = "TestAppSimple";
|
||||
const string emptySpaceToTestSpaceInPath = " ";
|
||||
TestAssetInstance testInstance = TestAssets.Get(testAppName)
|
||||
.CreateInstance(testAppName + emptySpaceToTestSpaceInPath)
|
||||
.CreateInstance(testAppName + emptySpaceToTestSpaceInPath + "test")
|
||||
.UseCurrentRuntimeFrameworkVersion()
|
||||
.WithRestoreFiles()
|
||||
.WithBuildFiles();
|
||||
|
|
Loading…
Reference in a new issue