summaryrefslogtreecommitdiff
path: root/python/test/Ice/dispatcher/AllTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/dispatcher/AllTests.py')
-rw-r--r--python/test/Ice/dispatcher/AllTests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/test/Ice/dispatcher/AllTests.py b/python/test/Ice/dispatcher/AllTests.py
index 797c06ec051..171bb6ce0a8 100644
--- a/python/test/Ice/dispatcher/AllTests.py
+++ b/python/test/Ice/dispatcher/AllTests.py
@@ -51,14 +51,14 @@ class Callback:
else:
test(Dispatcher.Dispatcher.isDispatcherThread())
-def allTests(communicator, collocated):
- sref = "test:default -p 12010"
+def allTests(helper, communicator):
+ sref = "test:{0}".format(helper.getTestEndpoint())
obj = communicator.stringToProxy(sref)
test(obj)
p = Test.TestIntfPrx.uncheckedCast(obj)
- sref = "testController:default -p 12011"
+ sref = "testController:{0}".format(helper.getTestEndpoint(num=1))
obj = communicator.stringToProxy(sref)
test(obj)