1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

backported from CVS_HEAD

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2004-12-16 14:31:55 +00:00
parent 574697efc3
commit 06df6d6696
4 changed files with 39 additions and 8 deletions

View file

@ -193,7 +193,7 @@ end
class TestDRbReusePort < TestDRbAry
def setup
sleep 1
sleep 1.2
@ext = DRbService.manager.service('ut_port.rb')
@there = @ext.front
end
@ -201,7 +201,6 @@ end
class TestDRbSafe1 < TestDRbAry
def setup
sleep 1
@ext = DRbService.manager.service('ut_safe1.rb')
@there = @ext.front
end
@ -210,7 +209,6 @@ end
class TestDRbEval < Test::Unit::TestCase
def setup
super
sleep 1
@ext = DRbService.manager.service('ut_eval.rb')
@there = @ext.front
end
@ -242,7 +240,6 @@ end
class TestDRbLarge < Test::Unit::TestCase
def setup
sleep 1
@ext = DRbService.manager.service('ut_large.rb')
@there = @ext.front
end