** Changed in: nunitv2/trunk
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released
Status in NUnit V2 2.5 series:
  Fix Released
Status in NUnit V2 trunk series:
  Fix Released

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();
          }
      }

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/747581/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : nunit-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to