summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/binding/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/binding/AllTests.cs')
-rw-r--r--csharp/test/Ice/binding/AllTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/binding/AllTests.cs b/csharp/test/Ice/binding/AllTests.cs
index e064321f7cb..5ccfa828986 100644
--- a/csharp/test/Ice/binding/AllTests.cs
+++ b/csharp/test/Ice/binding/AllTests.cs
@@ -893,7 +893,7 @@ public class AllTests : TestCommon.TestApp
continue; // IP version not supported.
}
- Ice.ObjectPrx prx = oa.createProxy(serverCommunicator.stringToIdentity("dummy"));
+ Ice.ObjectPrx prx = oa.createProxy(Ice.Util.stringToIdentity("dummy"));
try
{
prx.ice_collocationOptimized(false).ice_ping();