diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-12-22 09:10:17 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-12-22 09:10:17 +0100 |
commit | f0cccf19e17f2154e3382c32143429d1922673d6 (patch) | |
tree | 6fb5df0e18fbc7cc78e2a557244405584a33fef6 /scripts/Glacier2Util.py | |
parent | UWP test controller and related fixes (diff) | |
download | ice-f0cccf19e17f2154e3382c32143429d1922673d6.tar.bz2 ice-f0cccf19e17f2154e3382c32143429d1922673d6.tar.xz ice-f0cccf19e17f2154e3382c32143429d1922673d6.zip |
Added Ice/location & Glacier2/router testing for JS browsers
Diffstat (limited to 'scripts/Glacier2Util.py')
-rw-r--r-- | scripts/Glacier2Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Glacier2Util.py b/scripts/Glacier2Util.py index a0f4fe585e4..477205620b4 100644 --- a/scripts/Glacier2Util.py +++ b/scripts/Glacier2Util.py @@ -50,7 +50,7 @@ class Glacier2Router(ProcessFromBinDir, Server): props.update({ "Glacier2.Client.Endpoints" : current.getTestEndpoint(self.portnum), "Glacier2.Server.Endpoints" : "tcp", - "Ice.Admin.Endpoints" : current.getTestEndpoint(self.portnum + 1, "tcp"), + "Ice.Admin.Endpoints" : current.getTestEndpoint(self.portnum + 1), "Ice.Admin.InstanceName" : "Glacier2", }) if self.passwords: |