[前][次][番号順一覧][スレッド一覧]

ruby-changes:8348

From: seki <ko1@a...>
Date: Wed, 22 Oct 2008 00:33:03 +0900 (JST)
Subject: [ruby-changes:8348] Ruby:r19875 (trunk): Fixed test failures .

seki	2008-10-22 00:32:35 +0900 (Wed, 22 Oct 2008)

  New Revision: 19875

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19875

  Log:
     Fixed test failures [ruby-dev:36837].

  Modified files:
    trunk/ChangeLog
    trunk/test/rinda/test_rinda.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19874)
+++ ChangeLog	(revision 19875)
@@ -1,3 +1,8 @@
+Wed Oct 22 00:29:13 2008  Masatoshi SEKI  <m_seki@m...>
+
+	* test/rinda/test_rinda.c (test_core_03_notify): Fixed test failures
+	  [ruby-dev:36837].
+
 Tue Oct 21 23:12:24 2008  Yukihiro Matsumoto  <matz@r...>
 
 	* ext/stringio/stringio.c (strio_write): should convert writing
Index: test/rinda/test_rinda.rb
===================================================================
--- test/rinda/test_rinda.rb	(revision 19874)
+++ test/rinda/test_rinda.rb	(revision 19875)
@@ -355,7 +355,6 @@
 	  lv = lv - 1
 	elsif ev[0] == 'close'
 	  result = [lv, n]
-	else
 	  break
 	end
 	assert(lv >= 0)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]