Use separate folders for different cases of a theory
This commit is contained in:
parent
13da213183
commit
4ccf1b6902
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ Commands:
|
||||||
[InlineData("nonexistingframeworkname")]
|
[InlineData("nonexistingframeworkname")]
|
||||||
public void WhenFrameworkSwitchIsNotMatchingAnyOfTargetedFrameworksItPrintsError(string framework)
|
public void WhenFrameworkSwitchIsNotMatchingAnyOfTargetedFrameworksItPrintsError(string framework)
|
||||||
{
|
{
|
||||||
var setup = Setup();
|
var setup = Setup(framework);
|
||||||
var lib = new ProjDir(setup.LibDir);
|
var lib = new ProjDir(setup.LibDir);
|
||||||
var net45lib = new ProjDir(Path.Combine(setup.TestRoot, "Net45Lib"));
|
var net45lib = new ProjDir(Path.Combine(setup.TestRoot, "Net45Lib"));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue