summaryrefslogtreecommitdiff
path: root/python/test/Ice/slicing/objects/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/slicing/objects/Server.py')
-rwxr-xr-xpython/test/Ice/slicing/objects/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/slicing/objects/Server.py b/python/test/Ice/slicing/objects/Server.py
index 18e485fb52b..6103da811fe 100755
--- a/python/test/Ice/slicing/objects/Server.py
+++ b/python/test/Ice/slicing/objects/Server.py
@@ -368,7 +368,7 @@ def run(args, communicator):
properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000")
adapter = communicator.createObjectAdapter("TestAdapter")
object = TestI()
- adapter.add(object, communicator.stringToIdentity("Test"))
+ adapter.add(object, Ice.stringToIdentity("Test"))
adapter.activate()
communicator.waitForShutdown()
return True