diff options
Diffstat (limited to 'python/test/Ice/servantLocator/TestAMDI.py')
-rw-r--r-- | python/test/Ice/servantLocator/TestAMDI.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/servantLocator/TestAMDI.py b/python/test/Ice/servantLocator/TestAMDI.py index 40814c1a643..df022bc02ef 100644 --- a/python/test/Ice/servantLocator/TestAMDI.py +++ b/python/test/Ice/servantLocator/TestAMDI.py @@ -102,7 +102,7 @@ class ServantLocatorI(Ice.ServantLocator): test(not self._deactivated) test(current.id.category == self._category or self._category == "") - + if current.id.name == "unknown": return None @@ -129,7 +129,7 @@ class ServantLocatorI(Ice.ServantLocator): test(current.id.category == self._category or self._category == "") test(current.id.name == "locate" or current.id.name == "finished") - + if current.id.name == "finished": self.exception(current) |