** Branch linked: lp:nunitv2/2.5

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/747581

Title:
  Failure in TestFixtureTearDown not reported in console runner

Status in NUnit V2 Test Framework:
  Triaged
Status in NUnit V2 2.5 series:
  Fix Committed
Status in NUnit V2 trunk series:
  Triaged

Bug description:
  The following does not end with a test failure and I think it should:

  [TestFixture]public class Bug
      {
          [Test]public void Test()
          {
              
          }
          [TestFixtureTearDown]public void TearDown()
          {
              throw new AbandonedMutexException();
          }
      }

_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to