diff options
author | Jose <jose@zeroc.com> | 2014-11-10 12:49:45 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-10 12:49:45 +0100 |
commit | 07d42c8619eccb03ef87f3a964746c3ed170759c (patch) | |
tree | 492419d01ac3e9435b8b6aaf6f35e6c3d1e406c8 /js/test/Ice/exceptionsBidir/Client.js | |
parent | Fixed (ICE-5856) - IceJS browser test Ice/timeout fails on Chrome (diff) | |
download | ice-07d42c8619eccb03ef87f3a964746c3ed170759c.tar.bz2 ice-07d42c8619eccb03ef87f3a964746c3ed170759c.tar.xz ice-07d42c8619eccb03ef87f3a964746c3ed170759c.zip |
Fixed (ICE-5855) - IceJS exceptionBidir passes but prints all the exceptions in the server console
Diffstat (limited to 'js/test/Ice/exceptionsBidir/Client.js')
-rw-r--r-- | js/test/Ice/exceptionsBidir/Client.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/test/Ice/exceptionsBidir/Client.js b/js/test/Ice/exceptionsBidir/Client.js index 2cda879f0c0..10e0d07a46a 100644 --- a/js/test/Ice/exceptionsBidir/Client.js +++ b/js/test/Ice/exceptionsBidir/Client.js @@ -98,6 +98,7 @@ }; exports.__test__ = run; exports.__runEchoServer__ = true; + 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, |