summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-25 15:30:56 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-25 15:30:56 +0000
commit43a2aaea2f307ed50fa059affa797a01ba62320d (patch)
tree0b7ed70d891e9b3ea994d063faecdf40293d583b /ChangeLog
parent2d656b7d2851df5cae8052f906150b01983cb32b (diff)
* test/ruby/test_rational.rb: add tests to achieve over 90% test
coverage of rational.c. * test/ruby/test_complex.rb: ditto for complex.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bce3f2e70..143d624ba8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+ coverage of rational.c.
+
+ * test/ruby/test_complex.rb: ditto for complex.c.
+
Tue Mar 25 19:34:05 2008 Yusuke Endoh <mame@tsg.ne.jp>
* bootstraptest/test_knownbug.rb: add tests. [ruby-dev:34128]