diff options
Diffstat (limited to 'ruby/test/Ice/location/AllTests.rb')
-rw-r--r-- | ruby/test/Ice/location/AllTests.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ruby/test/Ice/location/AllTests.rb b/ruby/test/Ice/location/AllTests.rb index 115d666aaa9..0785e2e756a 100644 --- a/ruby/test/Ice/location/AllTests.rb +++ b/ruby/test/Ice/location/AllTests.rb @@ -13,7 +13,8 @@ def test(b) end end -def allTests(communicator, ref) +def allTests(helper, communicator) + ref = "ServerManager:#{helper.getTestEndpoint()}" manager = Test::ServerManagerPrx::checkedCast(communicator.stringToProxy(ref)) locator = communicator.getDefaultLocator() test(manager) |