summaryrefslogtreecommitdiff
path: root/objective-c/test
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-07-19 11:08:30 -0400
committerJoe George <joe@zeroc.com>2016-07-19 15:50:28 -0400
commit1b9ad1d49c3381c1dc30839016fb3b20fde98ac8 (patch)
treee89344ddbaabbedf0b22d400b9d2cfc98427e931 /objective-c/test
parentICE-7241 - Python Ice/optional cross test failure (diff)
downloadice-1b9ad1d49c3381c1dc30839016fb3b20fde98ac8.tar.bz2
ice-1b9ad1d49c3381c1dc30839016fb3b20fde98ac8.tar.xz
ice-1b9ad1d49c3381c1dc30839016fb3b20fde98ac8.zip
ICE-7240 - Python Ice/servantLocator cross test
Diffstat (limited to 'objective-c/test')
-rw-r--r--objective-c/test/Ice/servantLocator/AllTests.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/objective-c/test/Ice/servantLocator/AllTests.m b/objective-c/test/Ice/servantLocator/AllTests.m
index b9c07fe11fc..3c4b7801a4a 100644
--- a/objective-c/test/Ice/servantLocator/AllTests.m
+++ b/objective-c/test/Ice/servantLocator/AllTests.m
@@ -96,7 +96,8 @@ testExceptions(id<TestServantLocatorTestIntfPrx> obj)
}
@catch(ICEUnknownLocalException* ex)
{
- test([ex.unknown rangeOfString:@"Ice::SocketException"].location != NSNotFound);
+ test([ex.unknown rangeOfString:@"Ice::SocketException"].location != NSNotFound ||
+ [ex.unknown rangeOfString:@"Ice.SocketException"].location != NSNotFound);
}
@catch(id)
{