summaryrefslogtreecommitdiff
path: root/ruby/test/Ice/binding/AllTests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/test/Ice/binding/AllTests.rb')
-rw-r--r--ruby/test/Ice/binding/AllTests.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/test/Ice/binding/AllTests.rb b/ruby/test/Ice/binding/AllTests.rb
index 0ad2500d208..0e1db3aa8fb 100644
--- a/ruby/test/Ice/binding/AllTests.rb
+++ b/ruby/test/Ice/binding/AllTests.rb
@@ -30,8 +30,8 @@ def deactivate(com, adapters)
end
end
-def allTests(communicator)
- ref = "communicator:default -p 12010"
+def allTests(helper, communicator)
+ ref = "communicator:#{helper.getTestEndpoint()}"
com = Test::RemoteCommunicatorPrx::uncheckedCast(communicator.stringToProxy(ref))
print "testing binding with single endpoint... "