diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-04 16:18:59 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-04 16:18:59 +0000 |
| commit | 79692422922748c920d46dddfb13882a76037280 (patch) | |
| tree | 5bc96fa0c702404154d3ba936276873cc7cc242f /ChangeLog | |
| parent | 9a4276ad7db429a100ab3ad4bb7c357d88066638 (diff) | |
| download | ruby-79692422922748c920d46dddfb13882a76037280.tar.gz ruby-79692422922748c920d46dddfb13882a76037280.tar.xz ruby-79692422922748c920d46dddfb13882a76037280.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Sep 5 01:10:11 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> + + * 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 <nahi@ruby-lang.org> * test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. |
