diff options
Diffstat (limited to 'csharp/test/Ice/operations/ServerAMD.cs')
-rw-r--r-- | csharp/test/Ice/operations/ServerAMD.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/test/Ice/operations/ServerAMD.cs b/csharp/test/Ice/operations/ServerAMD.cs index 5c245750c33..30d7e522172 100644 --- a/csharp/test/Ice/operations/ServerAMD.cs +++ b/csharp/test/Ice/operations/ServerAMD.cs @@ -33,6 +33,7 @@ namespace Ice communicator.getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0)); Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter"); adapter.add(new MyDerivedClassI(), Ice.Util.stringToIdentity("test")); + adapter.add(new BI(), Ice.Util.stringToIdentity("b")); adapter.activate(); serverReady(); communicator.waitForShutdown(); |