diff options
Diffstat (limited to 'csharp/test/Ice/interceptor/Client.cs')
-rw-r--r-- | csharp/test/Ice/interceptor/Client.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/csharp/test/Ice/interceptor/Client.cs b/csharp/test/Ice/interceptor/Client.cs index 12bad466b72..09537470f63 100644 --- a/csharp/test/Ice/interceptor/Client.cs +++ b/csharp/test/Ice/interceptor/Client.cs @@ -172,9 +172,7 @@ namespace Ice public override void run(string[] args) { - var properties = createTestProperties(ref args); - properties.setProperty("Ice.Package.Test", "Ice.interceptor"); - using(var communicator = initialize(properties)) + using(var communicator = initialize(ref args)) { // // Create OA and servants |