From d51d07a81326b007a509eb5fd9e8529daba645c5 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 16 Oct 2008 13:55:09 +0000 Subject: * lib/test/unit: removed test/unit. * lib/test/unit.rb: new compatibility layer using minitest. * bin/testrb: use above. * test/runner.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f75318620..c5c0f451d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Oct 16 22:52:54 2008 Tanaka Akira + + * lib/test/unit: removed test/unit. + + * lib/test/unit.rb: new compatibility layer using minitest. + + * bin/testrb: use above. + + * test/runner.rb: ditto. + Thu Oct 16 14:34:16 2008 Nobuyoshi Nakada * common.mk, enc/depend (enc, trans): targets for sources. -- cgit