summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/acm/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/acm/Client.cs')
-rw-r--r--csharp/test/Ice/acm/Client.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/Ice/acm/Client.cs b/csharp/test/Ice/acm/Client.cs
index 14776a3a372..f0103fb79bf 100644
--- a/csharp/test/Ice/acm/Client.cs
+++ b/csharp/test/Ice/acm/Client.cs
@@ -18,7 +18,6 @@ namespace Ice
override public void run(string[] args)
{
var properties = createTestProperties(ref args);
- properties.setProperty("Ice.Package.Test", "Ice.acm");
properties.setProperty("Ice.Warn.Connections", "0");
using(var communicator = initialize(properties))
{