[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] test-unit 2.0.2 Released

Kouhei Sutou

12/21/2008 7:07:00 AM

Hi,

test-unit version 2.0.2 has been released!

* <http://rubyforge.org/projects/test...

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 Hollensbe
* Daniel Berger
* Bill Lear

* <http://rubyforge.org/projects/test...


Thanks,
--
kou