Updates:
Owner: pekka.klarck
Comment #5 on issue 551 by pekka.klarck: Recursive user keywords can break
the whole test execution
http://code.google.com/p/robotframework/issues/detail?id=551
This is actually pretty simple to fix: we just need to keep count on how many user keywords are open and fail the keyword if that number exceeds certain limit.
I have a fix where the limit is 100 ready but I want to create tests before committing it. First it's time to go to the bed, though.
