Failure in TestFixtureTearDown not reported in console runner

Bug #747581 reported by cliff v.
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
NUnit V2
Status tracked in Trunk
2.5
Fix Released
High
Charlie Poole
Trunk
Fix Released
High
Charlie Poole

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

summary: - Failure in TestFixtureTearDown not reported
+ Failure in TestFixtureTearDown not reported in console runner
Changed in nunitv2:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Charlie Poole (charlie.poole)
milestone: none → 2.6.0b1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.