diff options
Diffstat (limited to 'csharp/test/Ice/exceptions/ServerAMD.cs')
-rw-r--r-- | csharp/test/Ice/exceptions/ServerAMD.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/Ice/exceptions/ServerAMD.cs b/csharp/test/Ice/exceptions/ServerAMD.cs index 9266289fc4a..27d539da922 100644 --- a/csharp/test/Ice/exceptions/ServerAMD.cs +++ b/csharp/test/Ice/exceptions/ServerAMD.cs @@ -52,7 +52,6 @@ namespace Ice properties.setProperty("Ice.Warn.Dispatch", "0"); properties.setProperty("Ice.Warn.Connections", "0"); properties.setProperty("Ice.MessageSizeMax", "10"); // 10KB max - properties.setProperty("Ice.Package.Test", "Ice.exceptions.AMD"); using(var communicator = initialize(properties)) { communicator.getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0)); |