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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/facets/AllTests.py b/py/test/Ice/facets/AllTests.py
index 3fecd56af9f..af289224430 100644
--- a/py/test/Ice/facets/AllTests.py
+++ b/py/test/Ice/facets/AllTests.py
@@ -19,7 +19,7 @@ class EmptyI(Test.Empty):
def allTests(communicator):
print "testing facet registration exceptions... ",
- communicator.getProperties().setProperty("FacetExceptionTestAdapter.Endpoints", "default")
+ communicator.getProperties().setProperty("Ice.OA.FacetExceptionTestAdapter.Endpoints", "default")
adapter = communicator.createObjectAdapter("FacetExceptionTestAdapter")
obj = EmptyI()
adapter.add(obj, communicator.stringToIdentity("d"))