diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-04 18:12:56 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-04 18:12:56 +0000 |
commit | 14a42f167d764ef88483a15422c1cd93baecc9ce (patch) | |
tree | 72a9e567456287f58675d09dcb28cfd410ca8984 /cs/test/Ice/retry/Client.cs | |
parent | disable warnings (diff) | |
download | ice-14a42f167d764ef88483a15422c1cd93baecc9ce.tar.bz2 ice-14a42f167d764ef88483a15422c1cd93baecc9ce.tar.xz ice-14a42f167d764ef88483a15422c1cd93baecc9ce.zip |
minor fixes
Diffstat (limited to 'cs/test/Ice/retry/Client.cs')
-rw-r--r-- | cs/test/Ice/retry/Client.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cs/test/Ice/retry/Client.cs b/cs/test/Ice/retry/Client.cs index 226ee2cb3f3..a00f2abfdd9 100644 --- a/cs/test/Ice/retry/Client.cs +++ b/cs/test/Ice/retry/Client.cs @@ -32,13 +32,12 @@ public class Client // properties.setProperty("Ice.RetryIntervals", "-1"); - communicator = Ice.Util.initialize(ref args); - // - // We don't want connection warnings because of the timeout test. + // This test kills connections, so we don't want warnings. // properties.setProperty("Ice.Warn.Connections", "0"); + communicator = Ice.Util.initialize(ref args); status = run(args, communicator); } catch(Ice.LocalException ex) |