Updates:
Summary: Suite related automatic variables (`${SUITE NAME}`, etc.) are not available at import time anymore
        Status: Started
        Owner: pekka.klarck

Comment #4 on issue 1513 by pekka.klarck: Suite related automatic variables (`${SUITE NAME}`, etc.) are not available at import time anymore
http://code.google.com/p/robotframework/issues/detail?id=1513

I tested that in 2.7.7 all suite related variables (${SUITE SOURCE}, ${SUITE NAME}, ${SUITE DOCUMENTATION} and ${SUITE METADATA}) are available already at import time. As expected, variables in ${SUITE DOCUMENTATION} and ${SUITE METADATA} were not resolved at that point, though. More strangely, variables in them aren't resolved when these variables are used later either.

Based on how stuff worked in 2.7.7, my latest thinking in how this should work is following:

1) All suite related automatic variables are set before imports. This is how stuff worked in 2.7.7. 2) After imports, when variables in documentation and metadata can be resolved, ${SUITE DOCUMENTATION} and ${SUITE METADATA} variables are set again. This is a new enhancement that may require a separate issue.

--
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/groups/opt_out.

Reply via email to