From 87fa1cdfdb07d85d138c86605d132cc22026a55a Mon Sep 17 00:00:00 2001 From: seki Date: Tue, 21 Oct 2008 15:32:35 +0000 Subject: [PATCH] Fixed test failures [ruby-dev:36837]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ test/rinda/test_rinda.rb | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19d14cf96c..1307cef30c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 22 00:29:13 2008 Masatoshi SEKI + + * test/rinda/test_rinda.c (test_core_03_notify): Fixed test failures + [ruby-dev:36837]. + Tue Oct 21 23:12:24 2008 Yukihiro Matsumoto * ext/stringio/stringio.c (strio_write): should convert writing diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index 84367aba67..27da9fc7ea 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)