summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-01-09 15:10:10 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-01-09 15:10:10 -0330
commitf21659deafb398eefb5e2ae3d1b8fc5a3ff16efb (patch)
tree7623130ae6507cb67c9640059d85ec3cef4788d0 /scripts/TestUtil.py
parentICE-6196 replace switch statement with use of ProtocolInstance::secure() (diff)
downloadice-f21659deafb398eefb5e2ae3d1b8fc5a3ff16efb.tar.bz2
ice-f21659deafb398eefb5e2ae3d1b8fc5a3ff16efb.tar.xz
ice-f21659deafb398eefb5e2ae3d1b8fc5a3ff16efb.zip
ICE-6262 ObjC: Update Connection and Endpoint Info
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 39098029a9b..7c35ba21739 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -866,6 +866,7 @@ if isDarwin():
sslConfigTree["py"] = sslConfigTree["cpp"]
sslConfigTree["rb"] = sslConfigTree["cpp"]
sslConfigTree["php"] = sslConfigTree["cpp"]
+sslConfigTree["objc"] = sslConfigTree["cpp"]
def getDefaultMapping():
"""Try and guess the language mapping out of the current path"""