summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/exceptions/ServerAMD.py')
-rw-r--r--py/test/Ice/exceptions/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/ServerAMD.py b/py/test/Ice/exceptions/ServerAMD.py
index 79a98e09c92..8918b9285a1 100644
--- a/py/test/Ice/exceptions/ServerAMD.py
+++ b/py/test/Ice/exceptions/ServerAMD.py
@@ -128,7 +128,7 @@ def run(args, communicator):
properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000:udp")
adapter = communicator.createObjectAdapter("TestAdapter")
object = ThrowerI(adapter)
- adapter.add(object, Ice.stringToIdentity("thrower"))
+ adapter.add(object, communicator.stringToIdentity("thrower"))
adapter.activate()
communicator.waitForShutdown()
return True