Comment #3 on issue 860 by [email protected]: DryRun mode fails when using BuiltIn library to set variables
http://code.google.com/p/robotframework/issues/detail?id=860
note that the same test passes in DryRun when I do
*** Variables ***
${VAR1} "value"
*** Test Cases ***
I execute ${VAR1}
That's why I thought that this might be something related to the BuiltIn
library.
