summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/acm/TestI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/acm/TestI.cs')
-rw-r--r--csharp/test/Ice/acm/TestI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/acm/TestI.cs b/csharp/test/Ice/acm/TestI.cs
index f44180bbf82..0dd3455daf7 100644
--- a/csharp/test/Ice/acm/TestI.cs
+++ b/csharp/test/Ice/acm/TestI.cs
@@ -50,7 +50,7 @@ public class RemoteObjectAdapterI : RemoteObjectAdapterDisp_
{
_adapter = adapter;
_testIntf = TestIntfPrxHelper.uncheckedCast(_adapter.add(new TestI(),
- _adapter.getCommunicator().stringToIdentity("test")));
+ Ice.Util.stringToIdentity("test")));
_adapter.activate();
}