Properties generated by webtest don't expand within an antWrapper
-----------------------------------------------------------------

         Key: WT-132
         URL: http://webtest-community.canoo.com/jira/browse/WT-132
     Project: WebTest
        Type: Bug
    Versions: 1.7    
    Reporter: Dave Howland


I'm trying to use properties set by webtest a step (specifically storeXPath, 
but this behavior may exist elsewhere) in a regular ant task. For example:

<storeXPath xpath="//[EMAIL PROTECTED] = 'MyImage']/@src" property="ImageURI"/>
<antWrapper>
<echo message="#{ImageURI}"/>
<echo message="${ImageURI}"/>
</antWrapper>

Results in:
[echo] #{ImageURI}
[echo] ${ImageURI}

I've verified that my ImageURI property does contain the text I'd expect after 
the storeXPath. Any ideas? Am I doing something wrong here?



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