summaryrefslogtreecommitdiff
path: root/cs/test/Ice/retry/Client.cs
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-04-04 18:12:56 +0000
committerMark Spruiell <mes@zeroc.com>2006-04-04 18:12:56 +0000
commit14a42f167d764ef88483a15422c1cd93baecc9ce (patch)
tree72a9e567456287f58675d09dcb28cfd410ca8984 /cs/test/Ice/retry/Client.cs
parentdisable warnings (diff)
downloadice-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.cs5
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)