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