Revision: 3405
Author: janne.t.harkonen
Date: Mon May 24 03:38:43 2010
Log: create also a for loopwithout body
http://code.google.com/p/robotframework/source/detail?r=3405
Modified:
/trunk/src/robot/parsing/populator.py
=======================================
--- /trunk/src/robot/parsing/populator.py Fri May 21 03:36:44 2010
+++ /trunk/src/robot/parsing/populator.py Mon May 24 03:38:43 2010
@@ -148,6 +148,8 @@
return True
def populate(self):
+ if not self._loop:
+ self._for_loop_creator(self._declaration)
self._populator.populate()