summaryrefslogtreecommitdiff
path: root/python/test/Ice/ami/Collocated.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-05-22 11:17:24 +0200
committerJose <jose@zeroc.com>2017-05-22 11:17:24 +0200
commitaf8386af5b3a88730db7deceeda0fa0698be8c48 (patch)
tree3604c4a196c09c5e5a10c43f590a090d3cfccab7 /python/test/Ice/ami/Collocated.py
parentAdded check for Android SDK installation (diff)
downloadice-af8386af5b3a88730db7deceeda0fa0698be8c48.tar.bz2
ice-af8386af5b3a88730db7deceeda0fa0698be8c48.tar.xz
ice-af8386af5b3a88730db7deceeda0fa0698be8c48.zip
Result struct test
Diffstat (limited to 'python/test/Ice/ami/Collocated.py')
-rwxr-xr-xpython/test/Ice/ami/Collocated.py1
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"))