Comment #3 on issue 1426 by pekka.klarck: Replace Variables support dictionaries key/values
http://code.google.com/p/robotframework/issues/detail?id=1426

Sorry for not getting back to this for some time....

First of all, you should already now be able to have a generic solution with Set Test Variable using this:

    Add To Config HTTP
        [Arguments]    ${key}    ${value}
        Set Test Variable    $${key}    ${value}

Does that work for you?

Having more flexibility to format strings would still be nice. I'm not sure is enhancing "Replace Variables" good idea, though, or should we add "Format String" instead. What do you think?

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