diff options
Diffstat (limited to 'csharp/test/Ice/servantLocator/ServantLocatorAMDI.cs')
-rw-r--r-- | csharp/test/Ice/servantLocator/ServantLocatorAMDI.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/csharp/test/Ice/servantLocator/ServantLocatorAMDI.cs b/csharp/test/Ice/servantLocator/ServantLocatorAMDI.cs index d67230a694d..e56c84f7525 100644 --- a/csharp/test/Ice/servantLocator/ServantLocatorAMDI.cs +++ b/csharp/test/Ice/servantLocator/ServantLocatorAMDI.cs @@ -50,6 +50,12 @@ namespace Ice return null; } + if(current.id.name.Equals("invalidReturnValue") || current.id.name.Equals("invalidReturnType")) + { + cookie = null; + return null; + } + test(current.id.name.Equals("locate") || current.id.name.Equals("finished")); if(current.id.name.Equals("locate")) { |