[Webtest] [webtest][JIRA] Closed: (WT-233) storeProperty is not working as
explained in the manual pages
Marc Guillemot (JIRA)
Marc Guillemot (JIRA)" <noreply@canoo.com
Thu, 8 Mar 2007 14:28:29 +0100 (CET)
[ http://webtest-community.canoo.com/jira/browse/WT-233?page=all ]
Marc Guillemot closed WT-233:
-----------------------------
Fix Version: future versions
Resolution: Fixed
Assign To: Marc Guillemot
Already working in latest build.
> storeProperty is not working as explained in the manual pages
> -------------------------------------------------------------
>
> Key: WT-233
> URL: http://webtest-community.canoo.com/jira/browse/WT-233
> Project: WebTest
> Type: Bug
> Versions: 2.1
> Environment: webtest 2.1
> Reporter: andres bernasconi
> Assignee: Marc Guillemot
> Fix For: future versions
>
> The very same examples shown in the webtest manual pages do not work for the storeProperty task. I was not able to debug to see what is going on.
> I would have expected the following code to print "My Property 7.0", but instead it prints "My Property ${ant_prop}"
> Any ideas why?
> {code,type:xml}
> <steps>
> <storeProperty description="setting MyName=7.0" name="MyName" value="3+4" eval="true" />
> <storeProperty
> description="convert dynamic to Ant"
> name="ant_prop"
> propertyType="ant"
> value="#{MyName}"/>
> <echo message="My Property ${ant_prop}" />
> </steps>
> {code}
> Am I using the storeProperty incorreclty?
> Any advices are more than welcome
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira