Hi, I have some trouble with decorating more than one Test with the ThreadedRepeat attribute withing the same TestFixure. When I do so, the test process always hangs on the test just before the second ThreadedRepeat attributed test.
What can be wrong here? Printout: This test fixture run freezes at test 8. The test fixture has two tests with ThreadedRepeat, the first one being the 4th, TestThreadedSaveSameObject, and the second (not showing) is just after the 8th. The ThreadedRepeat tests works if I execute them one and one. The whole TestFixure runs without problems with every one of the ThreadedRepeat attributed tests included, provided that it is the only ThreadedReapet test in the test fixture. Starting the MbUnit Test Execution Exploring SU BLL DAL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null MbUnit 1.0.2531.41788 Addin Found 10 tests [success] RecipientTest.TestGetRecipients.TearDown [success] RecipientTest.TestSave.TearDown [success] RecipientTest.TestRepeatedSaves.TearDown [success] RecipientTest.TestThreadedSaveSameObject.TearDown [success] RecipientTest.TestUpdateOfUnsavedRecipient.TearDown [success] RecipientTest.TestUpdate.TearDown [success] RecipientTest.TestSequentialUpdates.TearDown [success] RecipientTest.TestUpdatesOnCopies.TearDown Freeze I Use TestDriven.Net to execute the tests from VS05. Regards Andreas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
