diff options
Diffstat (limited to 'csharp/test/Ice/operations/AllTests.cs')
-rw-r--r-- | csharp/test/Ice/operations/AllTests.cs | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/csharp/test/Ice/operations/AllTests.cs b/csharp/test/Ice/operations/AllTests.cs index f43085870f8..4854f467da5 100644 --- a/csharp/test/Ice/operations/AllTests.cs +++ b/csharp/test/Ice/operations/AllTests.cs @@ -7,35 +7,9 @@ // // ********************************************************************** -using System; - -#if SILVERLIGHT -using System.Windows.Controls; -#endif - public class AllTests : TestCommon.TestApp { -#if SILVERLIGHT - public override Ice.InitializationData initData() - { - // - // In this test, we need at least two threads in the - // client side thread pool for nested AMI. - // - Ice.InitializationData initData = new Ice.InitializationData(); - initData.properties = Ice.Util.createProperties(); - initData.properties.setProperty("Ice.ThreadPool.Client.Size", "2"); - initData.properties.setProperty("Ice.ThreadPool.Client.SizeWarn", "0"); - - initData.properties.setProperty("Ice.BatchAutoFlushSize", "100"); - return initData; - } - - override - public void run(Ice.Communicator communicator) -#else public static Test.MyClassPrx allTests(Ice.Communicator communicator) -#endif { Flush(); string rf = "test:default -p 12010"; @@ -77,10 +51,6 @@ public class AllTests : TestCommon.TestApp BatchOnewaysAMI.batchOneways(cl); BatchOnewaysAMI.batchOneways(derivedProxy); WriteLine("ok"); -#if SILVERLIGHT - cl.shutdown(); -#else return cl; -#endif } } |