diff options
Diffstat (limited to 'csharp/test/Ice/proxy/Collocated.cs')
-rw-r--r-- | csharp/test/Ice/proxy/Collocated.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/Ice/proxy/Collocated.cs b/csharp/test/Ice/proxy/Collocated.cs index 616219c0fe3..5e388ad36b2 100644 --- a/csharp/test/Ice/proxy/Collocated.cs +++ b/csharp/test/Ice/proxy/Collocated.cs @@ -22,7 +22,6 @@ namespace Ice properties.setProperty("Ice.ThreadPool.Client.Size", "2"); // For nested AMI. properties.setProperty("Ice.ThreadPool.Client.SizeWarn", "0"); properties.setProperty("Ice.Warn.Dispatch", "0"); - properties.setProperty("Ice.Package.Test", "Ice.proxy"); using(var communicator = initialize(properties)) { |