diff options
Diffstat (limited to 'csharp/test/Ice/servantLocator/AllTests.cs')
-rw-r--r-- | csharp/test/Ice/servantLocator/AllTests.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/csharp/test/Ice/servantLocator/AllTests.cs b/csharp/test/Ice/servantLocator/AllTests.cs index 8a6344b6b3d..f52a592e4de 100644 --- a/csharp/test/Ice/servantLocator/AllTests.cs +++ b/csharp/test/Ice/servantLocator/AllTests.cs @@ -11,10 +11,6 @@ using System; using Test; using Ice; -#if SILVERLIGHT -using System.Windows.Controls; -#endif - public class AllTests : TestCommon.TestApp { public static void testExceptions(TestIntfPrx obj) @@ -198,20 +194,7 @@ public class AllTests : TestCommon.TestApp } } -#if SILVERLIGHT - public override Ice.InitializationData initData() - { - Ice.InitializationData initData = new Ice.InitializationData(); - initData.properties = Ice.Util.createProperties(); - initData.properties.setProperty("Ice.FactoryAssemblies", "servantLocator,version=1.0.0.0"); - return initData; - } - - override - public void run(Ice.Communicator communicator) -#else public static TestIntfPrx allTests(Ice.Communicator communicator) -#endif { Write("testing stringToProxy... "); Flush(); @@ -372,10 +355,6 @@ public class AllTests : TestCommon.TestApp { test(false); } -#if SILVERLIGHT - obj.shutdown(); -#else return obj; -#endif } } |