summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptionsBidir/Client.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-01-23 09:56:00 +0100
committerJose <jose@zeroc.com>2015-01-23 09:56:00 +0100
commit709ff7a6514bfdff201e0a8ad3d64928de63a8cc (patch)
treed93685065705bf5c74da363fd26c14cd2fbc5319 /js/test/Ice/exceptionsBidir/Client.js
parentPort test controller server to Java (diff)
downloadice-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.js2
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,