You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/12/17 08:50:33 UTC

DO NOT REPLY [Bug 32745] New: - JUnitReport does not handle multiple reports from the same testcase.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32745>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32745

           Summary: JUnitReport does not handle multiple reports from the
                    same testcase.
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P1
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: yves.martin@elca.ch


I'm generating junit reports with a specific file name that contains a
timestamp. In that case, it is possible that multiple runs of the same testcase
is refered in the junitreport fileset.

  The global TESTS-TestSuites.xml is OK. (Contains Test#1, Test#2, Test#3)
  But the HTML report (package summary):
  - shows correctly a line per testcase run (Test#1, Test#2, Test#3)
  - but all links point to a unique testcase page (Test#3 for instance)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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