summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-05-15 19:33:38 +0200
committerJose <jose@zeroc.com>2017-05-15 19:33:38 +0200
commit1b7a03f125e5cb22e6de716f145b2ec2d62a75ca (patch)
tree30ccc5f85359a75c99eef0bbb6ddb852a427b724 /scripts/Util.py
parentFix (ICE-7878) - Add support for IceSSL OpenSSL with VS2013 (diff)
downloadice-1b7a03f125e5cb22e6de716f145b2ec2d62a75ca.tar.bz2
ice-1b7a03f125e5cb22e6de716f145b2ec2d62a75ca.tar.xz
ice-1b7a03f125e5cb22e6de716f145b2ec2d62a75ca.zip
Fix (ICE-7873) - Port Glacier2/sessionHelper test to C++11
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 479aa590586..2155de818cb 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -2503,7 +2503,7 @@ class CppMapping(Mapping):
return False
elif parent in ["IceGrid"] and testId not in ["IceGrid/simple"]:
return False
- elif parent in ["Glacier2"] and testId not in ["Glacier2/application"]:
+ elif parent in ["Glacier2"] and testId not in ["Glacier2/application", "Glacier2/sessionHelper"]:
return False
return True