diff options
Diffstat (limited to 'csharp/test/Ice/operations/Server.cs')
-rw-r--r-- | csharp/test/Ice/operations/Server.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/test/Ice/operations/Server.cs b/csharp/test/Ice/operations/Server.cs index 31d66961dd4..262582ba423 100644 --- a/csharp/test/Ice/operations/Server.cs +++ b/csharp/test/Ice/operations/Server.cs @@ -30,6 +30,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(); |