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=38999>.
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=38999

           Summary: junit4 xml output has JUnit4TestCaseFacade as class name
           Product: Ant
           Version: 1.7Alpha (nightly)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When you run ant on a junit4 test suite on the 1.7 nightly build, the xml output
looks something like:

  <testcase classname="junit.framework.JUnit4TestCaseFacade"
name="insertInOrdertest" time="0.184" />
  <testcase classname="junit.framework.JUnit4TestCaseFacade"
name="insertInReversetest" time="0.198" />
  <testcase classname="junit.framework.JUnit4TestCaseFacade"
name="insertRandtest" time="0.171" />

There is no way to detect which class the test suites are from. classname should
be set to the type in which the methods occur, not JUnit4TestCaseFacade

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to