diff options
Diffstat (limited to 'python/test/Ice/acm/AllTests.py')
-rw-r--r-- | python/test/Ice/acm/AllTests.py | 4 |
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 = [] |