Comment 12 for bug 1047272

Revision history for this message
Charlie Poole (charlie.poole) wrote :

After sending the last note, I looked at your comment again: "we can't get the result in TearDown after exception in SetUpFixture." Before now, unless I missed something, the reported problem was with TestFixtureSetup and TestFixtureTearDown, not with SetUpFixture.

The current code works correctly for the test method itself and the SetUp, TearDown, TestFixtureSetUp and TestFixtureTearDown for the TestFixture. There's a good chance SetUpFixture will work as well because the fix was made in a base class. However, without a test I can't be sure, so I'll add one and reopen the bug if needed.

It's very difficult to discuss the different kinds of setup and teardown without getting lost!