diff options
Diffstat (limited to 'python/test/Ice/binding/AllTests.py')
-rw-r--r-- | python/test/Ice/binding/AllTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/binding/AllTests.py b/python/test/Ice/binding/AllTests.py index 3df81486dc7..9012a055705 100644 --- a/python/test/Ice/binding/AllTests.py +++ b/python/test/Ice/binding/AllTests.py @@ -50,8 +50,8 @@ def deactivate(com, adapters): for p in adapters: com.deactivateObjectAdapter(p) -def allTests(communicator): - ref = "communicator:default -p 12010" +def allTests(helper, communicator): + ref = "communicator:{0}".format(helper.getTestEndpoint()) com = Test.RemoteCommunicatorPrx.uncheckedCast(communicator.stringToProxy(ref)) sys.stdout.write("testing binding with single endpoint... ") |