mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rinda/test_rinda.rb: enable rinda test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d12d33f0e5
commit
0bdcb32cd3
2 changed files with 4 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 24 20:18:52 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* test/rinda/test_rinda.rb: enable rinda test.
|
||||
|
||||
Mon Dec 24 20:16:54 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* instruby.rb: fix rdoc install dir.
|
||||
|
|
|
@ -492,15 +492,6 @@ 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…
Reference in a new issue