From 433e21ad324ca601f89a0a61944b75a6929893a7 Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 3 Feb 2008 12:14:30 +0000 Subject: * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test coverage of file.c. * test/ruby/test_numeric.rb: forgot to add this (at r15360). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 727f736a1..dba515d8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 03 21:13:13 2008 Yusuke Endoh + + * test/ruby/test_numeric.rb: forgot to add this (at r15360). + * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test + coverage of file.c. + Sat Feb 2 20:06:42 2008 Yukihiro Matsumoto * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime -- cgit