Revision: 3341
Author: pekka.klarck
Date: Thu May 20 02:34:45 2010
Log: ooooops
http://code.google.com/p/robotframework/source/detail?r=3341
Modified:
/trunk/src/robot/running/keywords.py
=======================================
--- /trunk/src/robot/running/keywords.py Thu May 20 02:32:30 2010
+++ /trunk/src/robot/running/keywords.py Thu May 20 02:34:45 2010
@@ -46,7 +46,7 @@
def _KeywordFactory(step):
# TODO: Support for FOR
try:
- return Keyword(step.assign, step.keyword, step.args)
+ return Keyword(step.keyword, step.args, step.assign)
except DataError, err:
return SyntaxErrorKeyword(step.keyword, unicode(err))