Test-unit 2.0.2 Released

Hi,

test-unit version 2.0.2 has been released!

Test::Unit 2.x - Improved version of Test::Unit bundled in
Ruby 1.8.x.

Ruby 1.9.x bundles miniunit not Test::Unit. Test::Unit
bundled in Ruby 1.8.x had not been improved but unbundled
Test::Unit (Test::Unit 2.x) will be improved actively.

Changes:

2.0.2 / 2008-12-21

  • 2 major enhancements

    • re-support ruby 1.8.5.
    • improve exception object comparison.
  • 3 bug fixes

    • [#22723]: collector fails on anonymous classes
    • [#22986]: Test names with ‘?’ blow up on Windows
    • [#22988]: don’t create .test-result on non-priority mode.
  • Thanks

    • Erik H.
    • Daniel B.
    • Bill Lear
  • http://rubyforge.org/projects/test-unit/

Thanks,