summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rinda/test_rinda.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index feff342349..471b0dec58 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -465,6 +465,7 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
ThreadGroup.new.add(Thread.current)
@ts_base = Rinda::TupleSpace.new(1)
@ts = Rinda::TupleSpaceProxy.new(@ts_base)
+ @server = DRb.start_service("druby://localhost:0")
end
def teardown
# implementation-dependent
@@ -474,6 +475,7 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
th.join
end
}
+ @server.stop_service
end
def test_remote_array_and_hash
@@ -531,8 +533,6 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
Process.wait(write) if write && status.nil?
Process.wait(take) if take
end
-
- @server = DRb.primary_server || DRb.start_service("druby://localhost:0")
end
module RingIPv6