From 00aab585373614bb54f11c89267c1306533b2003 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 14 Dec 2010 02:33:07 +0000 Subject: * lib/minitest/unit.rb (Minitest::Unit#_run_suite): split test name and its time. Thiw allows to know test's name when you are running tests and meet a test which spends long time at realtime. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc33b12e4d..e6bfc5eee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 14 11:27:07 2010 NARUSE, Yui + + * lib/minitest/unit.rb (Minitest::Unit#_run_suite): split test + name and its time. Thiw allows to know test's name when you are + running tests and meet a test which spends long time at realtime. + Tue Dec 14 11:25:20 2010 NARUSE, Yui * configure.in: Add -Werror=declaration-after-statement to default -- cgit v1.2.3