Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 596 by kai.hackemesser: Issues with variable resolving in Keyword
call.
http://code.google.com/p/robotframework/issues/detail?id=596
This is a call of a user keyword here in one test case:
${simulatorProcessID} = Start
Simulator "${CURDIR}${/}simconfigs${/}site.properties" "${CURDIR}${/}sims"
This results in following log-001.html output:
KEYWORD: ${simulatorProcessID} = eireader.Start
Simulator "c:\\workspace\\ie2\\automated
testing\\EIReader_Tests${/}simconfigs${/}site.properties", "c:\\workspace\\ie2\\automated
testing\\EIReader_Tests${/}sims"
As you can see, the ${CURDIR} has been resolved on keyword call, but not
the ${/}
Environment: Win XP 64bit, Jython 2.5.1
robot framework 2.5 SVN Revision 3814