diff options
author | Jose <jose@zeroc.com> | 2015-01-23 09:56:00 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-01-23 09:56:00 +0100 |
commit | 709ff7a6514bfdff201e0a8ad3d64928de63a8cc (patch) | |
tree | d93685065705bf5c74da363fd26c14cd2fbc5319 /js/test/Ice/exceptionsBidir/Client.js | |
parent | Port test controller server to Java (diff) | |
download | ice-709ff7a6514bfdff201e0a8ad3d64928de63a8cc.tar.bz2 ice-709ff7a6514bfdff201e0a8ad3d64928de63a8cc.tar.xz ice-709ff7a6514bfdff201e0a8ad3d64928de63a8cc.zip |
Java test controller server fixes
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 61a4a319054..67ba6a1ce67 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, |