From kou at cozmixng.org Sun Jun 3 02:57:14 2012 From: kou at cozmixng.org (Kouhei Sutou) Date: Sun, 03 Jun 2012 11:57:14 +0900 (JST) Subject: [test-unit-users-en:00077] [ANN] test-unit 2.4.9 Message-ID: <20120603.115714.1819447014846988922.kou@cozmixng.org> Hi, test-unit 2.4.8 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 release is a bug fix release. This release also has an experimental feature. It's for an alternative of testrb. You can use the following command line instead of testrb: % ruby -r test-unit -e run test/test*.rb I want to hear about the interface. (Is it OK or dirty?) Changes: http://test-unit.rubyforge.org/test-unit/en/file.news.html#2-4-9 h2(#2-4-9). 2.4.9 - 2012-06-03 It's a bug fix release. h3. Improvements * @Test::Unit.run?@ -> @Test::Unit::AutoRunner.need_auto_run?@. @Test::Unit.run?@ is marked as deprecated but it is still available. * [experimental] Added top level "run" method for @"ruby -rtest-unit -e run test/test_*.rb"@. Is this API OK or dirty? * Made failure output more readable on no color mode. * Supported showing ASCII-8BIT diff in failure message. * [ui][console] Supported @ENV["TERM"] == "xterm-256color"@ as color available terminal. [GitHub#26] [Reported by Michael Grosser] * [ui][console] Supported "-256color" suffix @ENV["TERM"]@ terminal as 256 color supported terminal. h3. Fixes * Fixed a bug that @--workdir@ doesn't work. * Consumed processed command line parameters in @ARGV@ as @--help@ says. [RubyForge#29554] [Reported by Bob Saveland] * Added missing @require "test/unit/diff"@. [GitHub#25] [Reported by Stephan Kulow] h3. Thanks * Bob Saveland * Stephan Kulow * Michael Grosser Thanks, -- kou From cedric.boutillier at gmail.com Mon Jun 4 05:52:01 2012 From: cedric.boutillier at gmail.com (=?iso-8859-1?Q?C=E9dric?= Boutillier) Date: Mon, 4 Jun 2012 07:52:01 +0200 Subject: [test-unit-users-en:00078] Re: [ANN] test-unit 2.4.9 In-Reply-To: <20120603.115714.1819447014846988922.kou@cozmixng.org> References: <20120603.115714.1819447014846988922.kou@cozmixng.org> Message-ID: <20120604055201.GA7068@spin> Hi, I am maintaining the package of test-unit for Debian. The freeze for packages to be included in the next stable release will happen soon. You mention the presence of an experimental feature. I would like to know wether you consider it as suitable inside Debian stable, or if you'd prefer that only the bug fixes are imported on top of 2.4.8. Thank you very much! C?dric -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: From kou at cozmixng.org Mon Jun 4 13:43:14 2012 From: kou at cozmixng.org (Kouhei Sutou) Date: Mon, 04 Jun 2012 22:43:14 +0900 (JST) Subject: [test-unit-users-en:00079] Re: [ANN] test-unit 2.4.9 In-Reply-To: <20120604055201.GA7068@spin> References: <20120603.115714.1819447014846988922.kou@cozmixng.org> <20120604055201.GA7068@spin> Message-ID: <20120604.224314.1805481509162955296.kou@cozmixng.org> Hi, In <20120604055201.GA7068 at spin> "[test-unit-users-en:00078] Re: [ANN] test-unit 2.4.9" on Mon, 4 Jun 2012 07:52:01 +0200, C?dric Boutillier wrote: > I am maintaining the package of test-unit for Debian. Thanks! > I would like to know wether you consider it as suitable inside Debian > stable, or if you'd prefer that only the bug fixes are imported on top > of 2.4.8. I consider it as suitable inside Debian stable! Thanks, -- kou From kou at cozmixng.org Wed Jun 6 14:11:34 2012 From: kou at cozmixng.org (Kouhei Sutou) Date: Wed, 06 Jun 2012 23:11:34 +0900 (JST) Subject: [test-unit-users-en:00080] [ANN] test-unit 2.5.0 Message-ID: <20120606.231134.49757345728361204.kou@cozmixng.org> Hi, test-unit 2.5.0 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 release is a bug fix release. This release fixes backward incompatible change of TestUnitMediator#run_suite introduced in 2.4.9. Changes: http://test-unit.rubyforge.org/test-unit/en/file.news.html#2-5-0 h2(#2-5-0). 2.5.0 - 2012-06-06 It's a bug fix release. h3. Fixes * Fixed a backward incompatibility of @TestUnitMediator#run_suite@ introduced in 2.4.9. [GitHub#28] [Reported by Vladislav Rassokhin] h3. Thanks * Vladislav Rassokhin Thanks, -- kou