Removing dotnet-test-mstest when migrating because that package is no longer needed.

This commit is contained in:
Livar Cunha 2016-11-11 10:52:33 -08:00
parent 43dfa6b8ba
commit df755b5554
2 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Tests
[InlineData("Microsoft.AspNetCore.Razor.Design")]
[InlineData("Microsoft.VisualStudio.Web.CodeGeneration.Tools")]
[InlineData("dotnet-test-xunit")]
[InlineData("dotnet-test-mstest")]
public void It_does_not_migrate_project_tool_dependency_that_is_no_longer_needed(string dependencyName)
{
var mockProj = RunPackageDependenciesRuleOnPj(@"