diff options
Diffstat (limited to 'csharp/test/Ice/dictMapping/Client.cs')
-rw-r--r-- | csharp/test/Ice/dictMapping/Client.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/csharp/test/Ice/dictMapping/Client.cs b/csharp/test/Ice/dictMapping/Client.cs index a5a2a1186a8..cd73921a928 100644 --- a/csharp/test/Ice/dictMapping/Client.cs +++ b/csharp/test/Ice/dictMapping/Client.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)) { var output = getWriter(); var myClass = AllTests.allTests(this, false); |