https://bugzilla.novell.com/show_bug.cgi?id=361689
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=361689#c8 --- Comment #8 from Rodrigo Kumpera <[EMAIL PROTECTED]> 2008-03-03 20:10:52 MST --- Well, it's taken that ExpectedException is not a good thing to use as it can hidden a success behind a diferent failure. If any other part of the test case is broken and throws TLE then using ExpectedException will give us green when it should not. It's a good practice to avoid it when other parts of the test case can throw such exception - and TLE can be thrown everywhere. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
