Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1621 by [email protected]: dictionary parameter cannot be analyzed correctly.
http://code.google.com/p/robotframework/issues/detail?id=1621

Robot Framework 2.8.3 (Python 2.7.5 on win32)

Architecture: Robot on winXP and Python on Linux, Robot use Remote lirabry to access Python.

case:
*** Test Cases ***
meter related
meter config generator 1 1/11 durationMode=SECONDS loadMode=FIXED load=1000 loadUnit=MEGABITS_PER_SECOND schedulingMode=PORT_BASED

Lib:
    def meter_config_generator( self, session_key, port, **args ):
return self.meter_sessions[session_key].config_generator(port, **args)

While executing case above, it reports error: <type 'exceptions.TypeError'>:run_keyword() takes exactly 3 arguments (4 given)

I'm wondering if there's something wrong with parsing dictionary paramter in RobotFramework which takes the whole equation like "durationMode=SECONDS" as a string. Just my suspicion.

--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to