Updates:
Summary: New automatic variables `${KEYWORD STATUS}` and `${KEYWORD
MESSAGE}` to know keyword status in keyword teardown
Labels: bwic
Comment #2 on issue 1040 by pekka.klarck: New automatic variables
`${KEYWORD STATUS}` and `${KEYWORD MESSAGE}` to know keyword status in
keyword teardown
http://code.google.com/p/robotframework/issues/detail?id=1040
This is backwards incompatible change because these new variables override
possible existing variables with same names. Because the new variables are
only available in keyword teardown, which itself is a very new feature, I
don't believe this causes problems in real usage.