summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/retry/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/retry/AllTests.cs')
-rw-r--r--csharp/test/Ice/retry/AllTests.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/csharp/test/Ice/retry/AllTests.cs b/csharp/test/Ice/retry/AllTests.cs
index bc356c6c843..53be072cbf6 100644
--- a/csharp/test/Ice/retry/AllTests.cs
+++ b/csharp/test/Ice/retry/AllTests.cs
@@ -11,7 +11,7 @@ using System;
using System.Diagnostics;
using System.Threading;
-public class AllTests : TestCommon.TestApp
+public class AllTests : TestCommon.AllTests
{
private class Callback
{
@@ -47,8 +47,9 @@ public class AllTests : TestCommon.TestApp
}
static public Test.RetryPrx
- allTests(Ice.Communicator communicator, Ice.Communicator communicator2, string rf)
+ allTests(TestCommon.Application app, Ice.Communicator communicator2, string rf)
{
+ Ice.Communicator communicator = app.communicator();
Write("testing stringToProxy... ");
Flush();
Ice.ObjectPrx base1 = communicator.stringToProxy(rf);