Updates:
Status: Started
Comment #1 on issue 51 by jprantan: Robotframework 2.5 compatibility
http://code.google.com/p/robotframework-mabot/issues/detail?id=51
Updated model to support RF 2.5, r127. All unit tests are now passing, but
there are still at least following things that needs to be done:
1) Updated model so that old results can be read correctly when RF 2.5 is
used. The problem here is that suite names are used to match data from
datasource and XML and as those have been changed, the model needs to take
that into account.
2) Manual testing is needed.