summaryrefslogtreecommitdiff
path: root/cs/test/Ice/facets/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/facets/AllTests.cs')
-rwxr-xr-xcs/test/Ice/facets/AllTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/facets/AllTests.cs b/cs/test/Ice/facets/AllTests.cs
index b0ff31b165c..6e8027acda6 100755
--- a/cs/test/Ice/facets/AllTests.cs
+++ b/cs/test/Ice/facets/AllTests.cs
@@ -23,7 +23,7 @@ public class AllTests
public static GPrx allTests(Ice.Communicator communicator)
{
Console.Write("testing facet registration exceptions... ");
- communicator.getProperties().setProperty("FacetExceptionTestAdapter.Endpoints", "default");
+ communicator.getProperties().setProperty("Ice.OA.FacetExceptionTestAdapter.Endpoints", "default");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("FacetExceptionTestAdapter");
Ice.Object obj = new EmptyI();
adapter.add(obj, communicator.stringToIdentity("d"));