summaryrefslogtreecommitdiff
path: root/js/test
diff options
context:
space:
mode:
Diffstat (limited to 'js/test')
-rw-r--r--js/test/Ice/servantLocator/ServantLocatorI.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/test/Ice/servantLocator/ServantLocatorI.js b/js/test/Ice/servantLocator/ServantLocatorI.js
index c2267194751..55ea4529846 100644
--- a/js/test/Ice/servantLocator/ServantLocatorI.js
+++ b/js/test/Ice/servantLocator/ServantLocatorI.js
@@ -41,6 +41,11 @@
return null;
}
+ if(current.id.name == "invalidReturnValue" || current.id.name == "invalidReturnType")
+ {
+ return null;
+ }
+
test(current.id.name == "locate" || current.id.name == "finished");
if(current.id.name == "locate")
{