summaryrefslogtreecommitdiff
path: root/js/test/Common/run.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-08-18 20:00:56 +0200
committerJose <jose@zeroc.com>2014-08-18 20:00:56 +0200
commitd23e9d7dcd59b148ed83425bbb9dfe62f5bbdd2e (patch)
treec1bf5b85af4f58a1efa36d2713dbec6eeed13def /js/test/Common/run.py
parentjava latency demo fixes (diff)
downloadice-d23e9d7dcd59b148ed83425bbb9dfe62f5bbdd2e.tar.bz2
ice-d23e9d7dcd59b148ed83425bbb9dfe62f5bbdd2e.tar.xz
ice-d23e9d7dcd59b148ed83425bbb9dfe62f5bbdd2e.zip
Ice JS WS build fixes
Diffstat (limited to 'js/test/Common/run.py')
-rwxr-xr-xjs/test/Common/run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/test/Common/run.py b/js/test/Common/run.py
index a21ad0b9fd1..f0591d37a06 100755
--- a/js/test/Common/run.py
+++ b/js/test/Common/run.py
@@ -164,7 +164,6 @@ initData.properties.setProperty("IceSSL.CertAuthFile", "cacert.pem");
initData.properties.setProperty("IceSSL.CertFile", "s_rsa1024_pub.pem");
initData.properties.setProperty("IceSSL.KeyFile", "s_rsa1024_priv.pem");
initData.properties.setProperty("IceSSL.VerifyPeer", "0");
-initData.properties.setProperty("Ice.Plugin.IceWS", "IceWS:createIceWS")
initData.properties.setProperty("Ice.ThreadPool.Server.SizeMax", "10")
initData.properties.setProperty("ControllerAdapter.Endpoints", "ws -p 12009:wss -p 12008")
sys.exit(app.main(sys.argv, initData=initData))