summaryrefslogtreecommitdiff
path: root/py/test/Ice/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/proxy')
-rw-r--r--py/test/Ice/proxy/AllTests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/test/Ice/proxy/AllTests.py b/py/test/Ice/proxy/AllTests.py
index 40c7f154c5d..cd700ff3e38 100644
--- a/py/test/Ice/proxy/AllTests.py
+++ b/py/test/Ice/proxy/AllTests.py
@@ -282,6 +282,8 @@ def allTests(communicator, collocated):
#prop.setProperty(property, "")
property = propertyPrefix + ".ThreadPerConnection"
+ prop.setProperty(property, "0")
+ b1 = communicator.propertyToProxy(propertyPrefix)
test(not b1.ice_isThreadPerConnection())
prop.setProperty(property, "1")
b1 = communicator.propertyToProxy(propertyPrefix)