summaryrefslogtreecommitdiff
path: root/python/test/Ice/acm/AllTests.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-08-06 11:56:42 +0200
committerJose <jose@zeroc.com>2018-08-06 11:56:42 +0200
commit7972f07a3aa244dcde673b7cb5541e70da9193bb (patch)
tree117faced1bb36ac256c7d362e11ac1c49e8e8c88 /python/test/Ice/acm/AllTests.py
parentUpdate JavaScript tests to use TestHelper class (diff)
downloadice-7972f07a3aa244dcde673b7cb5541e70da9193bb.tar.bz2
ice-7972f07a3aa244dcde673b7cb5541e70da9193bb.tar.xz
ice-7972f07a3aa244dcde673b7cb5541e70da9193bb.zip
Python test suite updates
Diffstat (limited to 'python/test/Ice/acm/AllTests.py')
-rw-r--r--python/test/Ice/acm/AllTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/acm/AllTests.py b/python/test/Ice/acm/AllTests.py
index 29d3209b650..7d61d21147e 100644
--- a/python/test/Ice/acm/AllTests.py
+++ b/python/test/Ice/acm/AllTests.py
@@ -150,8 +150,8 @@ class TestCase(threading.Thread):
self._serverACMClose = close
self._serverACMHeartbeat = heartbeat
-def allTests(communicator):
- ref = "communicator:default -p 12010"
+def allTests(helper, communicator):
+ ref = "communicator:{0}".format(helper.getTestEndpoint(num=0))
com = Test.RemoteCommunicatorPrx.uncheckedCast(communicator.stringToProxy(ref))
tests = []