summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/dictMapping/ServerAMD.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/dictMapping/ServerAMD.cs')
-rw-r--r--csharp/test/Ice/dictMapping/ServerAMD.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/csharp/test/Ice/dictMapping/ServerAMD.cs b/csharp/test/Ice/dictMapping/ServerAMD.cs
index 6a1a8381e01..69e641caf66 100644
--- a/csharp/test/Ice/dictMapping/ServerAMD.cs
+++ b/csharp/test/Ice/dictMapping/ServerAMD.cs
@@ -19,9 +19,7 @@ namespace Ice
{
public override void run(string[] args)
{
- var properties = createTestProperties(ref args);
- properties.setProperty("Ice.Package.Test", "Ice.dictMapping.AMD");
- using(var communicator = initialize(properties))
+ using(var communicator = initialize(ref args))
{
communicator.getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0));
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");