diff options
author | Jose <jose@zeroc.com> | 2017-05-15 19:33:38 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-05-15 19:33:38 +0200 |
commit | 1b7a03f125e5cb22e6de716f145b2ec2d62a75ca (patch) | |
tree | 30ccc5f85359a75c99eef0bbb6ddb852a427b724 /scripts/Util.py | |
parent | Fix (ICE-7878) - Add support for IceSSL OpenSSL with VS2013 (diff) | |
download | ice-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.py | 2 |
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 |