summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/operations/Collocated.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/operations/Collocated.cs')
-rw-r--r--csharp/test/Ice/operations/Collocated.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/test/Ice/operations/Collocated.cs b/csharp/test/Ice/operations/Collocated.cs
index 92738f82b57..c104a284bb5 100644
--- a/csharp/test/Ice/operations/Collocated.cs
+++ b/csharp/test/Ice/operations/Collocated.cs
@@ -25,6 +25,7 @@ namespace Ice
communicator.getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0));
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");
Ice.ObjectPrx prx = adapter.add(new MyDerivedClassI(), Ice.Util.stringToIdentity("test"));
+ adapter.add(new BI(), Ice.Util.stringToIdentity("b"));
//adapter.activate(); // Don't activate OA to ensure collocation is used.
if(prx.ice_getConnection() != null)