Use separate folders for different cases of a theory
(cherry picked from commit 4ccf1b6902
)
This commit is contained in:
parent
2b134c91fe
commit
db1dabca9a
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue