summaryrefslogtreecommitdiff
path: root/python/test/Ice/custom/AllTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/custom/AllTests.py')
-rw-r--r--python/test/Ice/custom/AllTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/custom/AllTests.py b/python/test/Ice/custom/AllTests.py
index 2e0750e0bb3..e3c9eb23ce3 100644
--- a/python/test/Ice/custom/AllTests.py
+++ b/python/test/Ice/custom/AllTests.py
@@ -13,8 +13,8 @@ def test(b):
if not b:
raise RuntimeError('test assertion failed')
-def allTests(communicator):
- ref = "test:default -p 12010"
+def allTests(helper, communicator):
+ ref = "test:{0}".format(helper.getTestEndpoint())
base = communicator.stringToProxy(ref)
test(base)