diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-02-15 20:08:16 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-02-15 20:08:16 +0000 |
commit | 44f8d10d4afd24410bd20870001324cb8118954b (patch) | |
tree | 2671934215d3ab04c649605b12bbad8316de872b /java/test/Ice/faultTolerance/Client.java | |
parent | Tested, still problems with Glacier, everything else seems fine. (diff) | |
download | ice-44f8d10d4afd24410bd20870001324cb8118954b.tar.bz2 ice-44f8d10d4afd24410bd20870001324cb8118954b.tar.xz ice-44f8d10d4afd24410bd20870001324cb8118954b.zip |
adding test scripts
Diffstat (limited to 'java/test/Ice/faultTolerance/Client.java')
-rw-r--r-- | java/test/Ice/faultTolerance/Client.java | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/java/test/Ice/faultTolerance/Client.java b/java/test/Ice/faultTolerance/Client.java index eedb31a2981..a6f3a5f88b2 100644 --- a/java/test/Ice/faultTolerance/Client.java +++ b/java/test/Ice/faultTolerance/Client.java @@ -24,10 +24,14 @@ public class Client { if (args[i].charAt(0) == '-') { - System.err.println("Client: unknown option `" + args[i] - + "'"); - usage(); - return 1; + // + // TODO: Arguments recognized by the communicator are not + // removed from the argument list. + // + //System.err.println("Client: unknown option `" + args[i] + "'"); + //usage(); + //return 1; + continue; } int port = 0; |