From okimoto at clear-code.com Wed Jan 23 02:33:06 2013 From: okimoto at clear-code.com (Kenji Okimoto) Date: Wed, 23 Jan 2013 11:33:06 +0900 Subject: [test-unit-users-en:00104] [ANN] test-unit 2.5.4 Message-ID: <50FF4BE2.1030105@clear-code.com> Hi, test-unit 2.5.4 has been released. Web: http://test-unit.rubyforge.org/#test-unit Install: gem install test-unit Description: test-unit is an improved version of Test::Unit bundled in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit bundled in Ruby 1.8.x had not been improved but unbundled Test::Unit (test-unit) is improved actively. About this release: This is a bug fix release. This release improved documents for data driven test functionality. http://test-unit.rubyforge.org/test-unit/en/Test/Unit/Data/ClassMethods.html This release fixes a bug that it is too slow to filter tests by `-n` or `-t` command line options. If you think test-unit is slow to filter tests, please update test-unit. Changes: http://test-unit.rubyforge.org/test-unit/en/file.news.html#2-5-4 h2(#2-5-4). 2.5.4 - 2013-01-23 It's a bug fix release. h3. Improvements * Added documents for data driven test functionality. * Added TSV support for data driven test functionality. * Support tag inspection on JRuby. h3. Fixes * Fixed a bug. It is too slow to filter tests when there are many tests. [GitHub#46] * Accept anonymous test suite. [GitHub:#49] [Reported by Matthew Rudy Jacobs] h3. Thanks * Matthew Rudy Jacobs Thanks, -- Kenji Okimoto