summaryrefslogtreecommitdiff
path: root/python/test/Ice/ami/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/ami/Server.py')
-rwxr-xr-xpython/test/Ice/ami/Server.py1
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"))