From 62dfe258c0601e471d6b51f1fd8c9925dd865b65 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Tue, 12 Jun 2007 17:24:24 +1000 Subject: Bug 2225: Proxy test failed with --threadPerConnection. --- cpp/test/Ice/proxy/AllTests.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/test') 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); -- cgit v1.2.3