summaryrefslogtreecommitdiff
path: root/py/test/Ice/faultTolerance/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/faultTolerance/Server.py')
-rw-r--r--py/test/Ice/faultTolerance/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/faultTolerance/Server.py b/py/test/Ice/faultTolerance/Server.py
index f36f9a81d19..8ff6d736574 100644
--- a/py/test/Ice/faultTolerance/Server.py
+++ b/py/test/Ice/faultTolerance/Server.py
@@ -64,7 +64,7 @@ def run(args, communicator):
return False
endpts = "default -p " + str(port) + ":udp"
- communicator.getProperties().setProperty("TestAdapter.Endpoints", endpts)
+ communicator.getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", endpts)
adapter = communicator.createObjectAdapter("TestAdapter")
object = TestI(adapter)
adapter.add(object, communicator.stringToIdentity("test"))