aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-14 08:40:17 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-14 08:40:17 +0000
commitae875579164e18fe9f0cb924ef46b1af82e8c80d (patch)
tree62d23b19c84fd29a18abc036dfe7229ba95f74ce /ChangeLog
parentef62472e44f921f5a03bf2bf8367e9291fe75a6f (diff)
downloadruby-ae875579164e18fe9f0cb924ef46b1af82e8c80d.tar.gz
* test/ruby/test_time.rb (TestTime#test_time_interval): add timeout
to avoid stopping tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18063 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 bae63efa88..5a01454e3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 14 17:37:01 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * test/ruby/test_time.rb (TestTime#test_time_interval): add timeout
+ to avoid stopping tests.
+
Mon Jul 14 15:18:30 2008 NARUSE, Yui <naruse@ruby-lang.org>
* transcode.c (get_replacement_character): temporary function,