diff options
author | Joe George <joe@zeroc.com> | 2021-02-03 11:16:06 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-03 11:42:30 -0500 |
commit | 48f9b28634908c43a23c30e219a9abfb038c1539 (patch) | |
tree | 81420c7142bb57902ad96de1d057b5259c29a287 /scripts/tests | |
parent | IceGrid and IceStorm fixes (diff) | |
download | ice-48f9b28634908c43a23c30e219a9abfb038c1539.tar.bz2 ice-48f9b28634908c43a23c30e219a9abfb038c1539.tar.xz ice-48f9b28634908c43a23c30e219a9abfb038c1539.zip |
Additional C++11 fixes
Diffstat (limited to 'scripts/tests')
-rw-r--r-- | scripts/tests/Glacier2/application.py | 2 | ||||
-rw-r--r-- | scripts/tests/Glacier2/router.py | 2 | ||||
-rw-r--r-- | scripts/tests/Glacier2/sessionHelper.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/tests/Glacier2/application.py b/scripts/tests/Glacier2/application.py index 2b8886ebe4c..77d27b491cc 100644 --- a/scripts/tests/Glacier2/application.py +++ b/scripts/tests/Glacier2/application.py @@ -3,4 +3,4 @@ # Copyright (c) ZeroC, Inc. All rights reserved. # -Glacier2TestSuite(__name__, routerProps = { "Glacier2.SessionTimeout" : 30 }) +Glacier2TestSuite(__name__, routerProps = { "Glacier2.Client.ACM.Timeout" : 30 }) diff --git a/scripts/tests/Glacier2/router.py b/scripts/tests/Glacier2/router.py index a6245a800eb..a3b32fa7297 100644 --- a/scripts/tests/Glacier2/router.py +++ b/scripts/tests/Glacier2/router.py @@ -17,7 +17,7 @@ routerProps = { "Ice.Warn.Connections" : "0", "Glacier2.Filter.Category.Accept" : "c1 c2", "Glacier2.Filter.Category.AcceptUser" : "2", - "Glacier2.SessionTimeout" : "30", + "Glacier2.Client.ACM.Timeout" : "30", } traceProps = { diff --git a/scripts/tests/Glacier2/sessionHelper.py b/scripts/tests/Glacier2/sessionHelper.py index 2b8886ebe4c..77d27b491cc 100644 --- a/scripts/tests/Glacier2/sessionHelper.py +++ b/scripts/tests/Glacier2/sessionHelper.py @@ -3,4 +3,4 @@ # Copyright (c) ZeroC, Inc. All rights reserved. # -Glacier2TestSuite(__name__, routerProps = { "Glacier2.SessionTimeout" : 30 }) +Glacier2TestSuite(__name__, routerProps = { "Glacier2.Client.ACM.Timeout" : 30 }) |