summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/exceptions/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/exceptions/Server.cs')
-rw-r--r--csharp/test/Ice/exceptions/Server.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/exceptions/Server.cs b/csharp/test/Ice/exceptions/Server.cs
index 53293f3fae9..b0c4be2d57f 100644
--- a/csharp/test/Ice/exceptions/Server.cs
+++ b/csharp/test/Ice/exceptions/Server.cs
@@ -46,11 +46,10 @@ namespace Ice
{
public override void run(string[] args)
{
- Ice.Properties properties = createTestProperties(ref args);
+ var properties = createTestProperties(ref args);
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");
using(var communicator = initialize(properties))
{
communicator.getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0));