diff options
Diffstat (limited to 'python/test/Ice/servantLocator/AllTests.py')
-rw-r--r-- | python/test/Ice/servantLocator/AllTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/servantLocator/AllTests.py b/python/test/Ice/servantLocator/AllTests.py index 4c860a80c31..58b4b9d9b74 100644 --- a/python/test/Ice/servantLocator/AllTests.py +++ b/python/test/Ice/servantLocator/AllTests.py @@ -174,7 +174,7 @@ def allTests(helper, communicator): sys.stdout.flush() base = communicator.stringToProxy("anothercat/locate:{0}".format(helper.getTestEndpoint())) obj = Test.TestIntfPrx.checkedCast(base) - base = communicator.stringToProxy("locate:default -p 12010") + base = communicator.stringToProxy("locate:{0}".format(helper.getTestEndpoint())) obj = Test.TestIntfPrx.checkedCast(base) try: Test.TestIntfPrx.checkedCast( |