summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-08-15 02:28:55 +0200
committerJose <jose@zeroc.com>2018-08-15 02:28:55 +0200
commit73f0855fc34325480677162d64b35a5088a8dffa (patch)
treeb9ebbb0b775d7eadc4b4cc45ae1ce95d349c4c0e /python
parentFixes to allow run JavaScript and Python tests with workers (diff)
downloadice-73f0855fc34325480677162d64b35a5088a8dffa.tar.bz2
ice-73f0855fc34325480677162d64b35a5088a8dffa.tar.xz
ice-73f0855fc34325480677162d64b35a5088a8dffa.zip
Fix python Slice/escape test failure running with workers
Diffstat (limited to 'python')
-rwxr-xr-xpython/test/Slice/escape/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/escape/Client.py b/python/test/Slice/escape/Client.py
index 915030fbe25..3606d924c06 100755
--- a/python/test/Slice/escape/Client.py
+++ b/python/test/Slice/escape/Client.py
@@ -83,7 +83,7 @@ class Client(TestHelper):
#
properties.setProperty("Ice.Warn.Dispatch", "0")
with self.initialize(properties=properties) as communicator:
- communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint())
+ communicator.getProperties().setProperty("TestAdapter.Endpoints", "default")
adapter = communicator.createObjectAdapter("TestAdapter")
adapter.add(execI(), Ice.stringToIdentity("test"))
adapter.activate()