diff options
Diffstat (limited to 'py/test/Ice/servantLocator/AllTests.py')
-rw-r--r-- | py/test/Ice/servantLocator/AllTests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/test/Ice/servantLocator/AllTests.py b/py/test/Ice/servantLocator/AllTests.py index 865cb30a1a7..2deb10db448 100644 --- a/py/test/Ice/servantLocator/AllTests.py +++ b/py/test/Ice/servantLocator/AllTests.py @@ -201,7 +201,6 @@ def allTests(communicator, collocated): activation = Test.TestActivationPrx.checkedCast(base) activation.activateServantLocator(False) try: - base = communicator.stringToProxy("category/finished:default -p 12010") obj.ice_ping() test(False) except Ice.ObjectNotExistException: |