summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-03 13:34:48 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-03 13:34:48 +0000
commit50db3df43b232474d6619e186a45966e511df19a (patch)
treef8e99f2380f1e382febef1c4bbfdbe1e7869a8aa /ChangeLog
parent20ac85f33312e5b54f20025171d4404b082d877e (diff)
downloadruby-50db3df43b232474d6619e186a45966e511df19a.tar.gz
ruby-50db3df43b232474d6619e186a45966e511df19a.tar.xz
ruby-50db3df43b232474d6619e186a45966e511df19a.zip
* test/ruby/test_dir.rb: add tests to achieve over 90% test coverage
of dir.c. * test/ruby/test_encoding.rb: add tests for dummy?, name_list and aliases. * test/ruby/test_marshal.rb: add some tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b0fc74f0..bad575ed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue Jun 3 22:33:29 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_dir.rb: add tests to achieve over 90% test coverage
+ of dir.c.
+
+ * test/ruby/test_encoding.rb: add tests for dummy?, name_list and
+ aliases.
+
+ * test/ruby/test_marshal.rb: add some tests.
+
Tue Jun 3 22:25:51 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/etc/test_etc.rb: new tests for etc.