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

ruby-changes:8350

From: seki <ko1@a...>
Date: Wed, 22 Oct 2008 00:35:19 +0900 (JST)
Subject: [ruby-changes:8350] Ruby:r19877 (ruby_1_8): Fixed test failures .

seki	2008-10-22 00:34:50 +0900 (Wed, 22 Oct 2008)

  New Revision: 19877

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

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

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/test/rinda/test_rinda.rb

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 19876)
+++ ruby_1_8/ChangeLog	(revision 19877)
@@ -1,3 +1,8 @@
+Wed Oct 22 00:33:15 2008  Masatoshi SEKI  <m_seki@m...>
+
+	* 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@m...>
 
 	* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
Index: ruby_1_8/test/rinda/test_rinda.rb
===================================================================
--- ruby_1_8/test/rinda/test_rinda.rb	(revision 19876)
+++ ruby_1_8/test/rinda/test_rinda.rb	(revision 19877)
@@ -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/

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