Reduced the test name to overcome 256 character file length limit in windows
This commit is contained in:
parent
dc249a94e9
commit
111499899d
12 changed files with 20 additions and 70 deletions
|
@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Cli.Test.Tests
|
|||
public class GivenDotnettestBuildsAndRunsTestfromCsproj : TestBase
|
||||
{
|
||||
[Fact]
|
||||
public void TestsFromAGivenProjectShouldRunWithExpectedOutput()
|
||||
public void MSTestSingleTFM()
|
||||
{
|
||||
// Copy VSTestDotNetCoreProject project in output directory of project dotnet-vstest.Tests
|
||||
string testAppName = "VSTestDotNetCoreProject";
|
||||
|
@ -41,7 +41,7 @@ namespace Microsoft.DotNet.Cli.Test.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void TestsFromAGivenXunitProjectShouldRunWithExpectedOutput()
|
||||
public void XunitSingleTFM()
|
||||
{
|
||||
// Copy VSTestXunitDotNetCoreProject project in output directory of project dotnet-vstest.Tests
|
||||
string testAppName = "VSTestXunitDotNetCoreProject";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue