summaryrefslogtreecommitdiff
path: root/ruby/test/Ice/acm/AllTests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/test/Ice/acm/AllTests.rb')
-rw-r--r--ruby/test/Ice/acm/AllTests.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/test/Ice/acm/AllTests.rb b/ruby/test/Ice/acm/AllTests.rb
index 8b307d528c5..a5cdfa1b173 100644
--- a/ruby/test/Ice/acm/AllTests.rb
+++ b/ruby/test/Ice/acm/AllTests.rb
@@ -84,8 +84,8 @@ def testHeartbeatManual(communicator, com)
puts "ok"
end
-def allTests(communicator)
- ref = "communicator:default -p 12010"
+def allTests(helper, communicator)
+ ref = "communicator:#{helper.getTestEndpoint()}"
com = Test::RemoteCommunicatorPrx::uncheckedCast(communicator.stringToProxy(ref))
testSetACM(communicator, com)