mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rinda/test_rinda.rb: revert last commit because this test seems
to have timing problem to halt all tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0bdcb32cd3
commit
7d6d35394b
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 24 20:23:44 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* 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@atdot.net>
|
||||
|
||||
* test/rinda/test_rinda.rb: enable rinda test.
|
||||
|
|
|
@ -492,6 +492,15 @@ module TupleSpaceTestModule
|
|||
end
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue