Status: Accepted
Owner: jprantan
Labels: Type-Defect Priority-High Target-2.1.1

New 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

Following tests work with RF 2.0.4 and fails with RF 2.1.

*** Test Cases ***
Test    kw1     \${variable}

Test 2  kw2     \${variable}


*** Keywords ***
kw1     [Arguments]     ${arg}
        Set Test Variable       ${arg}  value
        Should Be Equal ${variable}     value
        Should Not Be Equal     ${arg}  value

kw2     [Arguments]     ${arg}
        Variable Should Not Exist       ${arg}

--
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