diff options
Diffstat (limited to 'python/test/Ice/ami/Collocated.py')
-rwxr-xr-x | python/test/Ice/ami/Collocated.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/ami/Collocated.py b/python/test/Ice/ami/Collocated.py index d349e62c1d5..c2b9bc85579 100755 --- a/python/test/Ice/ami/Collocated.py +++ b/python/test/Ice/ami/Collocated.py @@ -30,6 +30,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() # Collocated test doesn't need to active the OA adapter2.add(testController, Ice.stringToIdentity("testController")) |