Comment #2 on issue 348 by jprantan: "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 Actually it's not possible to use any variable syntax in there. Also following tests fails: Test kw1 $variable Test 2 kw2 $variable The reason is that the variable name is not resolved at all and therefore it's value is the uk's argument variable name. In this case ${arg} instead of it's value $variable or ${variable}. -- 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
