Updates:
Summary: `Set Test/Suite/Global Variable` and `Variable Should (Not) Exist` cannot be used in user keyword if variable is given as argument

Comment #4 on issue 348 by pekka.klarck: `Set Test/Suite/Global Variable` and `Variable Should (Not) Exist` cannot be used in user keyword if variable is given as argument
http://code.google.com/p/robotframework/issues/detail?id=348

I only now understood the underlying problem. Earlier ${arg} given to a user keyword was resolved before passing it to these keywords but now it's not done and these
keywords get '${arg}' as-is.

This is pretty nasty. It might be that we need to revert issue 278. I was also thinking about solution b) proposed by jprantan above but don't like it too much.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to