← Back to team overview

nunit-core team mailing list archive

[Bug 602143] [NEW] Running inconclusive tests leaves assembly open

 

Public bug reported:

Version 2.5.5.10112
GUI Runner

I created a new test project in my VS2008 solution.
I added a few tests without any actual tests in them, just a class and methods with TestFixture and Test attributes respectively. No assertions inside the test methods.
Running the tests in NUnit reports them as not run or inconclusive and leaves the assembly dll-file open so VS no longer can build.
Adding assertions to the test methods makes it work.

** Affects: nunitv2
     Importance: Undecided
         Status: New

-- 
Running inconclusive tests leaves assembly open
https://bugs.launchpad.net/bugs/602143
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit V2 Test Framework: New

Bug description:
Version 2.5.5.10112
GUI Runner

I created a new test project in my VS2008 solution.
I added a few tests without any actual tests in them, just a class and methods with TestFixture and Test attributes respectively. No assertions inside the test methods.
Running the tests in NUnit reports them as not run or inconclusive and leaves the assembly dll-file open so VS no longer can build.
Adding assertions to the test methods makes it work.





Follow ups

References