diff options
author | Marc Laukien <marc@zeroc.com> | 2004-03-02 15:05:34 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-03-02 15:05:34 +0000 |
commit | d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40 (patch) | |
tree | 13b2c5d18368d7d819a312db0265eff0b77be863 /cpp/test/Ice/operations/Client.cpp | |
parent | timeout fix (diff) | |
download | ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.tar.bz2 ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.tar.xz ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.zip |
fix
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"); |