diff options
Diffstat (limited to 'py/test/Ice/exceptions/Server.py')
-rwxr-xr-x | py/test/Ice/exceptions/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/Server.py b/py/test/Ice/exceptions/Server.py index 4706d57d0a1..1f95ec175ba 100755 --- a/py/test/Ice/exceptions/Server.py +++ b/py/test/Ice/exceptions/Server.py @@ -19,7 +19,7 @@ def run(args, communicator): properties.setProperty("Ice.Warn.Dispatch", "0") properties.setProperty("TestAdapter.Endpoints", "default -p 12010:udp") adapter = communicator.createObjectAdapter("TestAdapter") - object = TestI.ThrowerI(adapter) + object = TestI.ThrowerI() adapter.add(object, communicator.stringToIdentity("thrower")) adapter.activate() communicator.waitForShutdown() |