Updates:
        Status: WontFix

Comment #1 on issue 1714 by pekka.klarck: Variable that contains variables is not correctly resolved when variable is declared in the variable file
http://code.google.com/p/robotframework/issues/detail?id=1714

This is by design. Variables are only replaced in strings defined in test data. In Python code you can construct strings using other approaches. For example, ${EXECDIR} is just '.' or os.path.abspath('.'). It is also possible to pass arguments both to variable files and to keywords.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to