summaryrefslogtreecommitdiff
path: root/python/test/Ice/servantLocator/TestAMDI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/servantLocator/TestAMDI.py')
-rw-r--r--python/test/Ice/servantLocator/TestAMDI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/servantLocator/TestAMDI.py b/python/test/Ice/servantLocator/TestAMDI.py
index dae02342251..df8235a6d46 100644
--- a/python/test/Ice/servantLocator/TestAMDI.py
+++ b/python/test/Ice/servantLocator/TestAMDI.py
@@ -128,7 +128,7 @@ class ServantLocatorI(Ice.ServantLocator):
test(self._requestId == current.requestId)
self._requestId = -1
- test(current.id.category == self._category or self._category == "")
+ test(current.id.category == self._category or self._category == "")
test(current.id.name == "locate" or current.id.name == "finished")
if current.id.name == "finished":