[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
Tue, 27 Mar 2007 11:29:44 +0200 (CEST)


     [ http://webtest-community.canoo.com/jira/browse/WT-233?page=all ]
     
Marc Guillemot closed WT-233:
-----------------------------

    Fix Version: 2.5
                     (was: future versions)
     Resolution: Fixed

> 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: 2.5

>
> 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