|
From: JP P. <jp....@ti...> - 2004-03-03 07:56:38
|
Hi, For now running the tests produces text files and stops at the first failure. I always change for me a little the build.xml for running ALL the tests and produce XML files, after that a general report is computed in HTML.( a bit like Javadoc) So, it's more easy to see what fails actually and why. It's nice also to have a view of the test results. As only a little change is to make in the build.xml, can I proceed to commit? The only drawback is a little more time to compute the HTML report. In this case a new target "test-report" will to be called instead "test". It will be dependent on the "test" target. Calling directly the "test" target will provide the xml files without the general Html computing. So, if no one has objection I would make these changes. Jean-Pierre Pawlak |