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 /java/test/Ice/operations/Client.java | |
parent | timeout fix (diff) | |
download | ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.tar.bz2 ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.tar.xz ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.zip |
fix
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r-- | java/test/Ice/operations/Client.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java index 53ffb0637d6..3e228ea245d 100644 --- a/java/test/Ice/operations/Client.java +++ b/java/test/Ice/operations/Client.java @@ -43,13 +43,12 @@ public class Client try { - Ice.StringSeqHolder argsH = new Ice.StringSeqHolder(args); - Ice.Properties properties = Ice.Util.getDefaultProperties(argsH); - // // In this test, we need at least two threads in the // client side thread pool for nested AMI. // + Ice.StringSeqHolder argsH = new Ice.StringSeqHolder(args); + Ice.Properties properties = Ice.Util.getDefaultProperties(argsH); properties.setProperty("Ice.ThreadPool.Client.Size", "2"); properties.setProperty("Ice.ThreadPool.Client.SizeWarn", "0"); |