diff options
author | Jose <jose@zeroc.com> | 2017-05-22 11:17:24 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-05-22 11:17:24 +0200 |
commit | af8386af5b3a88730db7deceeda0fa0698be8c48 (patch) | |
tree | 3604c4a196c09c5e5a10c43f590a090d3cfccab7 /python/test/Ice/ami/Collocated.py | |
parent | Added check for Android SDK installation (diff) | |
download | ice-af8386af5b3a88730db7deceeda0fa0698be8c48.tar.bz2 ice-af8386af5b3a88730db7deceeda0fa0698be8c48.tar.xz ice-af8386af5b3a88730db7deceeda0fa0698be8c48.zip |
Result struct test
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")) |