On Wed, Jun 11, 2008 at 11:02 PM, Raymond Feng <[EMAIL PROTECTED]>
wrote:
I see Vamsi uses the following strategy to disable failing unit test
cases.
@Test
@Ignore("TUSCANY-xxxx") // Ignore the test case due to JIRA TUSCANY-xxxx
public void testMySrtuff() {
}

+1 Very good practice.

It documents the issue, it centralizes accountability, it is easy to scan for issues, ...
--
Thanks, Dan Becker

Reply via email to