diff options
Diffstat (limited to 'python/test/Ice/ami/Server.py')
-rwxr-xr-x | python/test/Ice/ami/Server.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/ami/Server.py b/python/test/Ice/ami/Server.py index c60a21bbb06..b667abf9fad 100755 --- a/python/test/Ice/ami/Server.py +++ b/python/test/Ice/ami/Server.py @@ -29,6 +29,7 @@ def run(args, communicator): testController = TestI.TestIntfControllerI(adapter) adapter.add(TestI.TestIntfI(), Ice.stringToIdentity("test")) + adapter.add(TestI.TestIntfII(), Ice.stringToIdentity("test2")) adapter.activate() adapter2.add(testController, Ice.stringToIdentity("testController")) |