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