Can't run NUnit test from inside MonoDevelop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
monodevelop (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Oneiric |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact] monodevelops nunit adding does not work anymore due to an issue in with the new nunit 2.5
you cannot use any of the builtin test facilities anymore and is obligated to use the external tools shipped in nunit.
[Development Fix] the issue was fixed with a patch instantiating the service which was missing and adapting a couple of lines for the new api.
[Stable Fix] the same fix can be applied in stable.
[Test Case] download the attached project, open MyApplication.mds with monodevelop
View -> Unit Test
rightclick on project in the sidebar -> Run Tests
result: internal error
expected result: tests run (result ignored in this case)
[Regression Potential] low only touches functionality that is completely broken anyway.
original report
After an upgrade to Ubuntu 11.10 i can't start NUnit Unit Tests from within MonoDevelop anymore.
I get an NullReferenceEx
Changed in monodevelop (Ubuntu): | |
status: | New → Confirmed |
affects: | monodevelop (Ubuntu) → nunit (Ubuntu) |
Changed in nunit (Ubuntu): | |
status: | Confirmed → Fix Released |
tags: |
added: verification-done removed: verification-needed |
Is there a fix for this issue?
I would to develop on Oneiric with MonoDevelop and can't do TDD inside the IDE. Has anybody an idea what i can do to fix this issue?