diff options
Diffstat (limited to 'csharp/test/Ice/stream/AllTests.cs')
-rw-r--r-- | csharp/test/Ice/stream/AllTests.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/csharp/test/Ice/stream/AllTests.cs b/csharp/test/Ice/stream/AllTests.cs index ddc16de2ae9..80198284ae0 100644 --- a/csharp/test/Ice/stream/AllTests.cs +++ b/csharp/test/Ice/stream/AllTests.cs @@ -12,7 +12,7 @@ using System.Collections.Generic; using System.Diagnostics; using Test; -public class AllTests : TestCommon.TestApp +public class AllTests : TestCommon.AllTests { // // There does not appear to be any way to compare collections @@ -130,8 +130,9 @@ public class AllTests : TestCommon.TestApp private Ice.ValueFactory _factory; } - static public int run(Ice.Communicator communicator) + static public int allTests(TestCommon.Application app) { + Ice.Communicator communicator = app.communicator(); MyClassFactoryWrapper factoryWrapper = new MyClassFactoryWrapper(); communicator.getValueFactoryManager().add(factoryWrapper.create, MyClass.ice_staticId()); |