diff --git a/ChangeLog b/ChangeLog index 330cc62367..242c5d4e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 22 00:33:15 2008 Masatoshi SEKI + + * test/rinda/test_rinda.c (test_core_03_notify): Fixed test failures + [ruby-dev:36837]. + Tue Oct 14 11:14:26 2008 Kazuhiro NISHIYAMA * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558) diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index c0f93733c0..7810cc1e1c 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -355,7 +355,6 @@ module TupleSpaceTestModule lv = lv - 1 elsif ev[0] == 'close' result = [lv, n] - else break end assert(lv >= 0)