diff options
| author | seki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-21 15:34:50 +0000 |
|---|---|---|
| committer | seki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-21 15:34:50 +0000 |
| commit | 4d084753dff6304b7dc724d4a768a59e4ab206d3 (patch) | |
| tree | a93404fb1d7924b873fee9a1a5ee4136dd6d7bbe | |
| parent | 578f5f1abd794854e6ec135a29da426abe26d0f0 (diff) | |
Fixed test failures [ruby-dev:36837].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | test/rinda/test_rinda.rb | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Wed Oct 22 00:33:15 2008 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> + + * test/rinda/test_rinda.c (test_core_03_notify): Fixed test failures + [ruby-dev:36837]. + Tue Oct 14 11:14:26 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * 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) |
