diff options
author | Jose <jose@zeroc.com> | 2015-01-22 19:16:43 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-01-22 19:16:43 +0100 |
commit | f623cdba8d3dcf801b1483e15b5f0cb19ac77b4a (patch) | |
tree | 6cf5de43bbad54c89ed9fe232180062d48dba5d2 /js/test/Ice/exceptionsBidir/Client.js | |
parent | ICE-6279 OBjC: use servant factory methods (diff) | |
download | ice-f623cdba8d3dcf801b1483e15b5f0cb19ac77b4a.tar.bz2 ice-f623cdba8d3dcf801b1483e15b5f0cb19ac77b4a.tar.xz ice-f623cdba8d3dcf801b1483e15b5f0cb19ac77b4a.zip |
Port test controller server to Java
Diffstat (limited to 'js/test/Ice/exceptionsBidir/Client.js')
-rw-r--r-- | js/test/Ice/exceptionsBidir/Client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/exceptionsBidir/Client.js b/js/test/Ice/exceptionsBidir/Client.js index cce9746bc73..61a4a319054 100644 --- a/js/test/Ice/exceptionsBidir/Client.js +++ b/js/test/Ice/exceptionsBidir/Client.js @@ -98,7 +98,7 @@ }; exports.__test__ = run; exports.__runEchoServer__ = true; - exports.__runEchoServerOptions__ = "--Ice.Warn.Dispatch=0 --Ice.Warn.Connections=0"; + exports.__runEchoServerOptions__ = ["--Ice.Warn.Dispatch=0", "--Ice.Warn.Connections=0"]; } (typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? module : undefined, typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? require : window.Ice.__require, |