summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
Diffstat (limited to 'python/test')
-rw-r--r--python/test/Ice/servantLocator/TestAMDI.py2
-rw-r--r--python/test/Ice/servantLocator/TestI.py2
2 files changed, 2 insertions, 2 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":
diff --git a/python/test/Ice/servantLocator/TestI.py b/python/test/Ice/servantLocator/TestI.py
index 0ffe602ea49..035ba60c043 100644
--- a/python/test/Ice/servantLocator/TestI.py
+++ b/python/test/Ice/servantLocator/TestI.py
@@ -116,7 +116,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":