diff options
Diffstat (limited to 'python/test/Ice/info/AllTests.py')
-rw-r--r-- | python/test/Ice/info/AllTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/info/AllTests.py b/python/test/Ice/info/AllTests.py index a9225bbca40..b22a28e1b8a 100644 --- a/python/test/Ice/info/AllTests.py +++ b/python/test/Ice/info/AllTests.py @@ -120,7 +120,7 @@ def allTests(helper, communicator): tcpEndpoint = getTCPEndpointInfo(publishedEndpoints[0].getInfo()) test(tcpEndpoint.host == "127.0.0.1") - test(tcpEndpoint.port == 12020) + test(tcpEndpoint.port == 15000) adapter.destroy() |