diff options
Diffstat (limited to 'objective-c/test/Ice/slicing/exceptions/Server.m')
-rw-r--r-- | objective-c/test/Ice/slicing/exceptions/Server.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/slicing/exceptions/Server.m b/objective-c/test/Ice/slicing/exceptions/Server.m index 3df6ff8e516..657b20d1f61 100644 --- a/objective-c/test/Ice/slicing/exceptions/Server.m +++ b/objective-c/test/Ice/slicing/exceptions/Server.m @@ -18,7 +18,7 @@ run(id<ICECommunicator> communicator) [[communicator getProperties] setProperty:@"TestAdapter.Endpoints" value:@"default -p 12010"]; id<ICEObjectAdapter> adapter = [communicator createObjectAdapter:@"TestAdapter"]; ICEObject* object = [TestSlicingExceptionsServerI testIntf]; - [adapter add:object identity:[communicator stringToIdentity:@"Test"]]; + [adapter add:object identity:[ICEUtil stringToIdentity:@"Test"]]; [adapter activate]; serverReady(communicator); |