History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: WT-311
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Assignee: Marc Guillemot
Reporter: Marc Guillemot
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
WebTest

Allow nested properties expansion (ex: ${someProp.#{counter}})

Created: 05/Jun/07 11:35:47   Updated: 05/Jun/07 13:50:42
Affects Version/s: 2.5
Fix Version/s: 2.6


 Description   
Currently nested properties are not evaluated, this is an old Ant enhancement request (http://issues.apache.org/bugzilla/show_bug.cgi?id=29347) that will probably never be implemented.

In the case of WebTest this would be particularly helpful, for instance in scenario like:
<repeat count="...">

    <.. do something... someAttr="${someProp.#{counter}}"/>
</repeat>

this would allow to access properties someProp.1, someProp.2, ...

 All   Comments   Change History      Sort Order:
Comment by Marc Guillemot [05/Jun/07 13:50:42]
Implemented in build 1574.

Now both nested Ant properties ${...} and nested dynamic properties #{...} are evaluated.