diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-09 15:10:10 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-09 15:10:10 -0330 |
commit | f21659deafb398eefb5e2ae3d1b8fc5a3ff16efb (patch) | |
tree | 7623130ae6507cb67c9640059d85ec3cef4788d0 /scripts/TestUtil.py | |
parent | ICE-6196 replace switch statement with use of ProtocolInstance::secure() (diff) | |
download | ice-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-x | scripts/TestUtil.py | 1 |
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""" |