summaryrefslogtreecommitdiff
path: root/ruby/test/Ice/facets/AllTests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/test/Ice/facets/AllTests.rb')
-rw-r--r--ruby/test/Ice/facets/AllTests.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/test/Ice/facets/AllTests.rb b/ruby/test/Ice/facets/AllTests.rb
index 246fed3b358..0f3f5b2a563 100644
--- a/ruby/test/Ice/facets/AllTests.rb
+++ b/ruby/test/Ice/facets/AllTests.rb
@@ -13,7 +13,7 @@ def test(b)
end
end
-def allTests(communicator)
+def allTests(helper, communicator)
print "testing Ice.Admin.Facets property... "
STDOUT.flush
@@ -38,7 +38,7 @@ def allTests(communicator)
print "testing stringToProxy... "
STDOUT.flush
- ref = "d:default -p 12010"
+ ref = "d:#{helper.getTestEndpoint()}"
db = communicator.stringToProxy(ref)
test(db)
puts "ok"