I'd like to control the sequence of my tests so I'm using the ProcessTestFixture attribute on the class and the TestSequence attribute on the tests. However when I do this MbUnit "finds" one too many tests and executes the last test twice ( not just reporting it twice the code gets executed twice ). The same behaviour occurrs even when I remove the TestSequence attribute. Only when I revert to TestFixture do I get the desired number of tests. Can anybody point me in the right direction to prevent the last test from executing twice?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
