summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2014-06-27 14:14:04 -0700
committerMark Spruiell <mes@zeroc.com>2014-06-27 14:14:04 -0700
commit5fdea8dbfcf744d966ef48cc087013c4d4910fb4 (patch)
tree42f025f53d86d90f763f6257684a4d627594f94b /scripts/TestUtil.py
parentAdded missing .exe.config to C# discovery test (diff)
downloadice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.tar.bz2
ice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.tar.xz
ice-5fdea8dbfcf744d966ef48cc087013c4d4910fb4.zip
adding IceWS for Java
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 860d78cf23d..2667349bcef 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -724,6 +724,18 @@ wsConfigTree = {
"server" : " ",
"colloc" : " ",
},
+ "java" : {
+ "plugin" : " --Ice.Plugin.IceWS=IceWS.PluginFactory ",
+ "client" : " ",
+ "server" : " ",
+ "colloc" : " ",
+ },
+ "cs" : {
+ "plugin" : " --Ice.Plugin.IceWS=%(icewscs)s:IceWS.PluginFactory ",
+ "client" : " ",
+ "server" : " ",
+ "colloc" : " ",
+ },
}
wsConfigTree["py"] = wsConfigTree["cpp"]
wsConfigTree["rb"] = wsConfigTree["cpp"]