summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/Server.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-06-07 11:33:31 +0200
committerJose <jose@zeroc.com>2019-06-07 11:33:31 +0200
commit7d9486b9113d5bbb533ced14d4e145faf97dcda2 (patch)
tree6c7899e633ddf97c03df49156b1483b23010da3b /python/test/Ice/operations/Server.py
parentFix code format fixes (diff)
parentJavaScript browser testing fixes (diff)
downloadice-7d9486b9113d5bbb533ced14d4e145faf97dcda2.tar.bz2
ice-7d9486b9113d5bbb533ced14d4e145faf97dcda2.tar.xz
ice-7d9486b9113d5bbb533ced14d4e145faf97dcda2.zip
Merge remote-tracking branch 'origin/3.7' into swift
Diffstat (limited to 'python/test/Ice/operations/Server.py')
-rwxr-xr-xpython/test/Ice/operations/Server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/operations/Server.py b/python/test/Ice/operations/Server.py
index fcfd76a0c11..c909fd0be2d 100755
--- a/python/test/Ice/operations/Server.py
+++ b/python/test/Ice/operations/Server.py
@@ -24,5 +24,6 @@ class Server(TestHelper):
communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint())
adapter = communicator.createObjectAdapter("TestAdapter")
adapter.add(TestI.MyDerivedClassI(), Ice.stringToIdentity("test"))
+ adapter.add(TestI.BI(), Ice.stringToIdentity("b"))
adapter.activate()
communicator.waitForShutdown()