[Webtest] [webtest][JIRA] Created: (WT-233) storeProperty is not working as
explained in the manual pages
andres bernasconi (JIRA)
webtest@lists.canoo.com
Fri, 15 Sep 2006 16:12:31 +0200 (CEST)
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
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