Revision: ba3c311cb1fd
Branch:   default
Author:   Mikko Korpela <[email protected]>
Date:     Mon May 27 02:51:51 2013
Log:      repeatin keywords: Fix tests
http://code.google.com/p/robotframework/source/detail?r=ba3c311cb1fd

Modified:
 /src/robot/running/handlers.py

=======================================
--- /src/robot/running/handlers.py      Sun May 26 13:30:23 2013
+++ /src/robot/running/handlers.py      Mon May 27 02:51:51 2013
@@ -354,7 +354,7 @@

     def run(self, context, args):
resolved_times = context.namespace.variables.replace_string(self.name)
-        _RunnableHandler.run(self, context, (resolved_times,) + args)
+ _RunnableHandler.run(self, context, (resolved_times,) + tuple(args))

     @property
     def longname(self):

--

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