summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/ami/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/ami/Server.cs')
-rw-r--r--csharp/test/Ice/ami/Server.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/Ice/ami/Server.cs b/csharp/test/Ice/ami/Server.cs
index ff97f24ca3e..8707d1385b7 100644
--- a/csharp/test/Ice/ami/Server.cs
+++ b/csharp/test/Ice/ami/Server.cs
@@ -34,7 +34,6 @@ namespace Ice
// send() blocking after sending a given amount of data.
//
properties.setProperty("Ice.TCP.RcvSize", "50000");
- properties.setProperty("Ice.Package.Test", "Ice.ami");
using(var communicator = initialize(properties))
{