diff options
Diffstat (limited to 'csharp/test/Ice/timeout/Server.cs')
-rw-r--r-- | csharp/test/Ice/timeout/Server.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/Ice/timeout/Server.cs b/csharp/test/Ice/timeout/Server.cs index e787c0dfbc8..5119dfe0395 100644 --- a/csharp/test/Ice/timeout/Server.cs +++ b/csharp/test/Ice/timeout/Server.cs @@ -32,7 +32,6 @@ namespace Ice // send() blocking after sending a given amount of data. // properties.setProperty("Ice.TCP.RcvSize", "50000"); - properties.setProperty("Ice.Package.Test", "Ice.timeout"); using(var communicator = initialize(properties)) { communicator.getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0)); |