aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-25 15:56:36 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-25 15:56:36 +0000
commit7e6dd6142e30e09976307e2626fd1ae9a36ab83e (patch)
tree4b08305d883b02298c1e1e55338022a9a43b4762 /ChangeLog
parent43a2aaea2f307ed50fa059affa797a01ba62320d (diff)
downloadruby-7e6dd6142e30e09976307e2626fd1ae9a36ab83e.tar.gz
* test/ruby/test_rand.rb: add tests to achieve over 95% test coverage
of random.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 143d624ba8..8eeeace69a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 26 00:55:28 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_rand.rb: add tests to achieve over 95% test coverage
+ of random.c.
+
Wed Mar 26 00:28:55 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_rational.rb: add tests to achieve over 90% test