diff options
Diffstat (limited to 'csharp/test/Ice/defaultServant/AllTests.cs')
-rw-r--r-- | csharp/test/Ice/defaultServant/AllTests.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/test/Ice/defaultServant/AllTests.cs b/csharp/test/Ice/defaultServant/AllTests.cs index b966da4da25..6701ccdde82 100644 --- a/csharp/test/Ice/defaultServant/AllTests.cs +++ b/csharp/test/Ice/defaultServant/AllTests.cs @@ -20,8 +20,9 @@ public class AllTests } public static void - allTests(Ice.Communicator communicator) + allTests(TestCommon.Application app) { + Ice.Communicator communicator = app.communicator(); Ice.ObjectAdapter oa = communicator.createObjectAdapterWithEndpoints("MyOA", "tcp -h localhost"); oa.activate(); |