diff options
Diffstat (limited to 'ruby/test/Ice/inheritance/AllTests.rb')
-rw-r--r-- | ruby/test/Ice/inheritance/AllTests.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/test/Ice/inheritance/AllTests.rb b/ruby/test/Ice/inheritance/AllTests.rb index fdc3e349af6..865aa794ed0 100644 --- a/ruby/test/Ice/inheritance/AllTests.rb +++ b/ruby/test/Ice/inheritance/AllTests.rb @@ -13,10 +13,10 @@ def test(b) end end -def allTests(communicator) +def allTests(helper, communicator) print "testing stringToProxy... " STDOUT.flush - ref = "initial:default -p 12010" + ref = "initial:#{helper.getTestEndpoint()}" base = communicator.stringToProxy(ref) test(base) puts "ok" |