summaryrefslogtreecommitdiff
path: root/ruby/test/Ice/checksum/AllTests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/test/Ice/checksum/AllTests.rb')
-rw-r--r--ruby/test/Ice/checksum/AllTests.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/test/Ice/checksum/AllTests.rb b/ruby/test/Ice/checksum/AllTests.rb
index 053c598e061..78ab7ac52fa 100644
--- a/ruby/test/Ice/checksum/AllTests.rb
+++ b/ruby/test/Ice/checksum/AllTests.rb
@@ -13,8 +13,8 @@ def test(b)
end
end
-def allTests(communicator)
- ref = "test:default -p 12010"
+def allTests(helper, communicator)
+ ref = "test:#{helper.getTestEndpoint()}"
base = communicator.stringToProxy(ref)
test(base)