diff options
Diffstat (limited to 'cpp/test/Ice/operations/Client.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Client.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/operations/Client.cpp b/cpp/test/Ice/operations/Client.cpp index 5889289248e..70851d9d94c 100644 --- a/cpp/test/Ice/operations/Client.cpp +++ b/cpp/test/Ice/operations/Client.cpp @@ -47,12 +47,11 @@ main(int argc, char* argv[]) try { - Ice::PropertiesPtr properties = Ice::getDefaultProperties(argc, argv); - // // In this test, we need at least two threads in the // client side thread pool for nested AMI. // + Ice::PropertiesPtr properties = Ice::getDefaultProperties(argc, argv); properties->setProperty("Ice.ThreadPool.Client.Size", "2"); properties->setProperty("Ice.ThreadPool.Client.SizeWarn", "0"); |