From 79692422922748c920d46dddfb13882a76037280 Mon Sep 17 00:00:00 2001 From: nahi Date: Thu, 4 Sep 2003 16:18:59 +0000 Subject: * test/ruby: tests for ruby itself. * test/ruby/test_*.rb: split sample/test.rb into 28 test/unit testcases. some tests could not be translates... search '!!' mark to see it. * test/csv/test_csv.rb: should require 'csv', not '../lib/csv'. test runner should set load path correctly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d94465ecb..d34b303cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Sep 5 01:10:11 2003 NAKAMURA, Hiroshi + + * test/ruby: tests for ruby itself. + + * test/ruby/test_*.rb: split sample/test.rb into 28 test/unit testcases. + some tests could not be translates... search '!!' mark to see it. + + * test/csv/test_csv.rb: should require 'csv', not '../lib/csv'. test + runner should set load path correctly. + Wed Sep 5 01:03:59 2003 NAKAMURA, Hiroshi * test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. -- cgit