Tests can't be run in existing AppDomain
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NUnit V2 |
Fix Released
|
Medium
|
Charlie Poole |
Bug Description
If I set Options.
It seems that problem is inside method TestLoader:
if (processModel != ProcessModel.
&& !package.
Does the code needs to be changed to the following code?
if (processModel != ProcessModel.
&& !package.
Related branches
Changed in nunitv2: | |
status: | Fix Committed → Fix Released |
Code doesn't exist in nunit-3.0... bug must be intended for nunitv2