diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-05-05 13:06:49 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-05-05 13:06:49 -0230 |
commit | 7dd2e2d7ee858efd1411b269782f65f814578f78 (patch) | |
tree | a879b79ed2717c9d3bf8d29d6e2cf5b3d0582e66 /objective-c/test | |
parent | Add support to build WinRT SDKs with VS 2015 (diff) | |
download | ice-7dd2e2d7ee858efd1411b269782f65f814578f78.tar.bz2 ice-7dd2e2d7ee858efd1411b269782f65f814578f78.tar.xz ice-7dd2e2d7ee858efd1411b269782f65f814578f78.zip |
ICE-6479 Fixed Connection/Endpoint info for ObjC
Diffstat (limited to 'objective-c/test')
-rw-r--r-- | objective-c/test/Ice/info/AllTests.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/info/AllTests.m b/objective-c/test/Ice/info/AllTests.m index d320287b6fe..c4f290e5693 100644 --- a/objective-c/test/Ice/info/AllTests.m +++ b/objective-c/test/Ice/info/AllTests.m @@ -41,7 +41,7 @@ infoAllTests(id<ICECommunicator> communicator) test(([ipEndpoint type] == ICETCPEndpointType && [ipEndpoint isKindOfClass:[ICETCPEndpointInfo class]]) || ([ipEndpoint type] == ICESSLEndpointType && [ipEndpoint isKindOfClass:[ICESSLEndpointInfo class]]) || ([ipEndpoint type] == ICEWSEndpointType && [ipEndpoint isKindOfClass:[ICEWSEndpointInfo class]]) || - ([ipEndpoint type] == ICEWSSEndpointType && [ipEndpoint isKindOfClass:[ICEWSEndpointInfo class]])); + ([ipEndpoint type] == ICEWSSEndpointType && [ipEndpoint isKindOfClass:[ICESSLWSSEndpointInfo class]])); endpoint = [endps objectAtIndex:1]; |