Use separate folders for different cases of a theory

(cherry picked from commit 4ccf1b6902)
This commit is contained in:
Daniel Plaisted 2017-08-09 23:46:57 -07:00 committed by Nick Guerrera
parent 2b134c91fe
commit db1dabca9a

View file

@ -661,7 +661,7 @@ Commands:
[InlineData("nonexistingframeworkname")]
public void WhenFrameworkSwitchIsNotMatchingAnyOfTargetedFrameworksItPrintsError(string framework)
{
var setup = Setup();
var setup = Setup(framework);
var lib = new ProjDir(setup.LibDir);
var net45lib = new ProjDir(Path.Combine(setup.TestRoot, "Net45Lib"));