summaryrefslogtreecommitdiff
path: root/objective-c
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c')
-rw-r--r--objective-c/test/Ice/servantLocator/ServantLocatorI.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/objective-c/test/Ice/servantLocator/ServantLocatorI.m b/objective-c/test/Ice/servantLocator/ServantLocatorI.m
index fd94a5c6411..ca028a5a18e 100644
--- a/objective-c/test/Ice/servantLocator/ServantLocatorI.m
+++ b/objective-c/test/Ice/servantLocator/ServantLocatorI.m
@@ -36,6 +36,11 @@
return 0;
}
+ if([current.id_.name isEqual:@"invalidReturnValue"] || [current.id_.name isEqual:@"invalidReturnType"])
+ {
+ return 0;
+ }
+
test([current.id_.name isEqual:@"locate"] || [current.id_.name isEqual:@"finished"]);
if([current.id_.name isEqual:@"locate"])
{