summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/proxy/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/proxy/Client.cs')
-rw-r--r--csharp/test/Ice/proxy/Client.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/csharp/test/Ice/proxy/Client.cs b/csharp/test/Ice/proxy/Client.cs
index 3a34ae485d4..bc9d6462131 100644
--- a/csharp/test/Ice/proxy/Client.cs
+++ b/csharp/test/Ice/proxy/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.proxy");
- using(var communicator = initialize(properties))
+ using(var communicator = initialize(ref args))
{
var myClass = AllTests.allTests(this);
myClass.shutdown();