summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Ice/proxy/AllTests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/proxy/AllTests.cpp b/cpp/test/Ice/proxy/AllTests.cpp
index 841e48a446f..25ae4428034 100644
--- a/cpp/test/Ice/proxy/AllTests.cpp
+++ b/cpp/test/Ice/proxy/AllTests.cpp
@@ -314,6 +314,8 @@ allTests(const Ice::CommunicatorPtr& communicator)
prop->setProperty(property, "");
property = propertyPrefix + ".ThreadPerConnection";
+ prop->setProperty(property, "0");
+ b1 = communicator->propertyToProxy(propertyPrefix);
test(!b1->ice_isThreadPerConnection());
prop->setProperty(property, "1");
b1 = communicator->propertyToProxy(propertyPrefix);