From 7d722e7eb41abd0147458c72285f6fea706c980e Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 14 Aug 2018 20:02:53 +0200 Subject: Fixes to allow run JavaScript and Python tests with workers --- python/test/Ice/acm/Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test/Ice/acm/Server.py') diff --git a/python/test/Ice/acm/Server.py b/python/test/Ice/acm/Server.py index fe276128ffc..1ad6aefb346 100755 --- a/python/test/Ice/acm/Server.py +++ b/python/test/Ice/acm/Server.py @@ -22,7 +22,7 @@ class Server(TestHelper): properties.setProperty("Ice.Warn.Connections", "0") properties.setProperty("Ice.ACM.Timeout", "1") with self.initialize(properties=properties) as communicator: - communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010") + communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint()) communicator.getProperties().setProperty("TestAdapter.ACM.Timeout", "0") adapter = communicator.createObjectAdapter("TestAdapter") adapter.add(TestI.RemoteCommunicatorI(), Ice.stringToIdentity("communicator")) -- cgit v1.2.3