[Mono-bugs] [Bug 361689] [PATCH] [SRE] Mono allows overriding a virtual method with a non-virtual override

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 3 22:10:52 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=361689

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=361689#c8





--- Comment #8 from Rodrigo Kumpera <rkumpera at novell.com>  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.


More information about the mono-bugs mailing list