summaryrefslogtreecommitdiff
path: root/ruby/test/Ice/slicing/exceptions/AllTests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/test/Ice/slicing/exceptions/AllTests.rb')
-rw-r--r--ruby/test/Ice/slicing/exceptions/AllTests.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/test/Ice/slicing/exceptions/AllTests.rb b/ruby/test/Ice/slicing/exceptions/AllTests.rb
index 869906e678e..4044fb41bfb 100644
--- a/ruby/test/Ice/slicing/exceptions/AllTests.rb
+++ b/ruby/test/Ice/slicing/exceptions/AllTests.rb
@@ -13,8 +13,8 @@ def test(b)
end
end
-def allTests(communicator)
- obj = communicator.stringToProxy("Test:default -p 12010")
+def allTests(helper, communicator)
+ obj = communicator.stringToProxy("Test:#{helper.getTestEndpoint()}")
t = Test::TestIntfPrx::checkedCast(obj)
print "base... "