diff options
Diffstat (limited to 'python/test/Ice/operations/Server.py')
-rwxr-xr-x | python/test/Ice/operations/Server.py | 1 |
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() |