summaryrefslogtreecommitdiff
path: root/py/test/Ice/binding/TestI.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/binding/TestI.py')
-rw-r--r--py/test/Ice/binding/TestI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/binding/TestI.py b/py/test/Ice/binding/TestI.py
index 7081caf468b..dfd5533c599 100644
--- a/py/test/Ice/binding/TestI.py
+++ b/py/test/Ice/binding/TestI.py
@@ -13,7 +13,7 @@ import Ice, Test
class RemoteCommunicatorI(Test.RemoteCommunicator):
def createObjectAdapter(self, name, endpoints, current=None):
com = current.adapter.getCommunicator()
- com.getProperties().setProperty(name + ".ThreadPool.Size", "1")
+ com.getProperties().setProperty("Ice.OA." + name + ".ThreadPool.Size", "1")
adapter = com.createObjectAdapterWithEndpoints(name, endpoints)
return Test.RemoteObjectAdapterPrx.uncheckedCast(current.adapter.addWithUUID(RemoteObjectAdapterI(adapter)))