summaryrefslogtreecommitdiff
path: root/py/test/Ice/facets/AllTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/facets/AllTests.py')
-rw-r--r--py/test/Ice/facets/AllTests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/py/test/Ice/facets/AllTests.py b/py/test/Ice/facets/AllTests.py
index 8ba5e6fd3a9..3a2ed91360e 100644
--- a/py/test/Ice/facets/AllTests.py
+++ b/py/test/Ice/facets/AllTests.py
@@ -26,13 +26,13 @@ def allTests(communicator):
adapter.addFacet(obj, communicator.stringToIdentity("d"), "facetABCD")
try:
adapter.addFacet(obj, communicator.stringToIdentity("d"), "facetABCD")
- test(false)
+ test(false)
except Ice.AlreadyRegisteredException:
pass
adapter.removeFacet(communicator.stringToIdentity("d"), "facetABCD")
try:
adapter.removeFacet(communicator.stringToIdentity("d"), "facetABCD")
- test(false)
+ test(false)
except Ice.NotRegisteredException:
pass
print "ok"
@@ -52,7 +52,7 @@ def allTests(communicator):
test(fm["f2"] == obj2)
try:
adapter.removeAllFacets(communicator.stringToIdentity("id1"))
- test(false)
+ test(false)
except Ice.NotRegisteredException:
pass
fm = adapter.removeAllFacets(communicator.stringToIdentity("id2"))