[jbossws-dev] FIXME in test cases

Thomas Diesler thomas.diesler at jboss.com
Thu Aug 16 05:34:22 EDT 2007


Hi Folks,

the way we work with test cases is such that when we add a new test case
to the test suite it is initially disabled with something like

if (isJBoss50())
{
   sysout("FIXME [JBWS-1234] issue description");
   return;
}

Hudson (http://jbws.dyndns.org:8280/hudson) should not be effected by
known issues that we currently work on. Hence if hudson turns yellow it
detects regression.

The hudson console output filters and sorts messages written to sysout.
This produces an ordered list tests that are currently disabled.

Locally this is equivalent to running 

> ant tests | grep "FIXME" | sort

cheers
-thomas

-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx





More information about the jbossws-dev mailing list