diff options
Diffstat (limited to 'csharp/test/Ice/adapterDeactivation/TestI.cs')
-rw-r--r-- | csharp/test/Ice/adapterDeactivation/TestI.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/adapterDeactivation/TestI.cs b/csharp/test/Ice/adapterDeactivation/TestI.cs index c259c8c855f..fd53fa02018 100644 --- a/csharp/test/Ice/adapterDeactivation/TestI.cs +++ b/csharp/test/Ice/adapterDeactivation/TestI.cs @@ -15,8 +15,7 @@ public sealed class TestI : TestIntfDisp_ { Ice.Communicator communicator = current.adapter.getCommunicator(); - Ice.ObjectAdapter adapter = - communicator.createObjectAdapterWithEndpoints("TransientTestAdapter", "default -p 9999"); + Ice.ObjectAdapter adapter = communicator.createObjectAdapterWithEndpoints("TransientTestAdapter", "default"); adapter.activate(); adapter.destroy(); } |