You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Nascif A. Abousalh-Neto (JIRA)" <ji...@codehaus.org> on 2005/03/07 23:02:39 UTC

[jira] Created: (MPJCOVERAGE-24) Prevent duplicate execution of JUnit testcases

Prevent duplicate execution of JUnit testcases
----------------------------------------------

         Key: MPJCOVERAGE-24
         URL: http://jira.codehaus.org/browse/MPJCOVERAGE-24
     Project: maven-jcoverage-plugin
        Type: Improvement
    Reporter: Nascif A. Abousalh-Neto
 Assigned to: Emmanuel Venisse 


Currently if a project uses both JUnit and JCoverage reports, the unit testcases are executed twice. This has been solved by Clover with an extra property that instruments the code before the first (junit-report) run, and the uses the result to generate the report in the second (jcoverage-report) run.

See http://jira.codehaus.org/browse/MPCLOVER-18 for details.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org