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

ruby-changes:3112

From: ko1@a...
Date: 24 Dec 2007 20:25:47 +0900
Subject: [ruby-changes:3112] ko1 - Ruby:r14604 (trunk): * test/rinda/test_rinda.rb: revert last commit because this test seems

ko1	2007-12-24 20:25:32 +0900 (Mon, 24 Dec 2007)

  New Revision: 14604

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

  Log:
    * test/rinda/test_rinda.rb: revert last commit because this test seems
      to have timing problem to halt all tests.
    


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14604&r2=14603
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/rinda/test_rinda.rb?r1=14604&r2=14603

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 14603)
+++ ChangeLog	(revision 14604)
@@ -1,3 +1,8 @@
+Mon Dec 24 20:23:44 2007  Koichi Sasada  <ko1@a...>
+
+	* test/rinda/test_rinda.rb: revert last commit because this test seems
+	  to have timing problem to halt all tests.
+
 Mon Dec 24 20:18:52 2007  Koichi Sasada  <ko1@a...>
 
 	* test/rinda/test_rinda.rb: enable rinda test.
Index: test/rinda/test_rinda.rb
===================================================================
--- test/rinda/test_rinda.rb	(revision 14603)
+++ test/rinda/test_rinda.rb	(revision 14604)
@@ -493,6 +493,15 @@
 end
 
 class TupleSpaceTest < Test::Unit::TestCase
+  def test_message
+    flunk("YARV doesn't support Rinda")
+  end
+end
+
+end
+__END__
+
+class TupleSpaceTest < Test::Unit::TestCase
   include TupleSpaceTestModule
 
   def setup

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

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