summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/udp/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/udp/Client.cs')
-rw-r--r--csharp/test/Ice/udp/Client.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/Ice/udp/Client.cs b/csharp/test/Ice/udp/Client.cs
index fe80ee8e2fd..26f75f2bacc 100644
--- a/csharp/test/Ice/udp/Client.cs
+++ b/csharp/test/Ice/udp/Client.cs
@@ -20,7 +20,6 @@ namespace Ice
var properties = createTestProperties(ref args);
properties.setProperty("Ice.Warn.Connections", "0");
properties.setProperty("Ice.UDP.SndSize", "16384");
- properties.setProperty("Ice.Package.Test", "Ice.udp");
using(var communicator = initialize(properties))
{
AllTests.allTests(this);