enable steps within ant macros to be displayed in result report
---------------------------------------------------------------

         Key: WT-162
         URL: http://webtest-community.canoo.com/jira/browse/WT-162
     Project: WebTest
        Type: New Feature
    Versions: 2.0    
    Reporter: Michael Quenzer
 Attachments: issue.zip

Steps within ant macros that are embedded in the AntWrapper are not displayed 
in the result report. 

To solve this problem, I changed the AntWrapper to store those embedded Steps 
into an step named WrappedSteps as a subclass of AbstractStepContainer. By 
replacing the ant task by this WrappedSteps object the embeded Steps are passed 
to the XmlResultConverter.

To display the original ant task name in the result report, I had to change the 
XmlResultConverter to pass the task name as the description.

Further there is a change in the WebTestReport.xml to apply expand/collapse on 
the WrappedSteps content.


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

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to