diff options
Diffstat (limited to 'csharp/test/Ice/timeout/Client.cs')
-rw-r--r-- | csharp/test/Ice/timeout/Client.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/Ice/timeout/Client.cs b/csharp/test/Ice/timeout/Client.cs index 4e635fbd1ba..accea863f65 100644 --- a/csharp/test/Ice/timeout/Client.cs +++ b/csharp/test/Ice/timeout/Client.cs @@ -32,7 +32,6 @@ namespace Ice // send() blocking after sending a given amount of data. // properties.setProperty("Ice.TCP.SndSize", "50000"); - properties.setProperty("Ice.Package.Test", "Ice.timeout"); using(var communicator = initialize(properties)) { AllTests.allTests(this); |