** Changed in: nunit-3.0 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/885173
Title: Tests are still executed after cancellation by user Status in NUnit Test Framework: Fix Released Status in NUnit V2 Test Framework: Fix Released Bug description: Hi there, we noticed the following issue occurring in both, the gui runner and console runner of NUnit 2.5.10 and 2.6: When canceling a test and an exception is thrown in the TearDown method the test runner is still executing all the following tests instead of stopping the execution. This problem is reproducible with the attached test fixture class. I forced throwing an exception in line 32 of Tests.cs, with commenting this line out the behavior of cancellation is as expected. Regards Daniel. To manage notifications about this bug go to: https://bugs.launchpad.net/nunit-3.0/+bug/885173/+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