summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-04 06:41:00 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-04 06:41:00 +0000
commit1e813ad961f96a379a26eb861920c6fe5c81a587 (patch)
tree5f48a217c397e3756c56927467891e23f00eb5fd /ChangeLog
parent44bc61e1095fbdaf8a018199c01c29047889b568 (diff)
downloadruby-1e813ad961f96a379a26eb861920c6fe5c81a587.tar.gz
ruby-1e813ad961f96a379a26eb861920c6fe5c81a587.tar.xz
ruby-1e813ad961f96a379a26eb861920c6fe5c81a587.zip
* test/csv/test_csv.rb: run on test/unit original layer.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bad46ff79..16c9105c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,21 @@
+Wed Sep 4 15:40:07 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
+
+ * test/csv/test_csv.rb: run on test/unit original layer.
+
Thu Sep 4 12:54:50 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
* ext/syck/token.c: headerless documents with root-level spacing now
honored.
Wed Sep 3 21:33:20 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
+
* test: add test directory. Test::Unit aware testcases and needed
files should be located in this directory. dir/file name convention;
test/{module_name}/test_{testcase_name}.rb
test/{module_name}/{needed_files}
someday, someone will write testrunner which searches test_*.rb and
run testcases automatically.
+
* test/csv/*: add testcase for lib/csv.rb.
Tue Sep 2 20:37:15 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>