Comment #5 on issue 1066 by pekka.klarck: Show notification on console when a top-level keyword ends
http://code.google.com/p/robotframework/issues/detail?id=1066
I've tested this on Windows XP with Python, Jython and IronPython and implementation worked out-of-the-box with all interpreter. I've also added an acceptance test which verifies that output is correct when stdout and stderr are redirected (and notifications are disabled).
Adding automated acceptance tests for actually showing notifications isn't possible and I don't think adding manual test is worth the effort. I have an idea how to create a unit test that ought to test this pretty well and I'll do that a bit later. After that I might still refactor the implementation but in general this issue is pretty much done.