Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog')
-rw-r--r--mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog60
1 files changed, 0 insertions, 60 deletions
diff --git a/mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog b/mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog
deleted file mode 100644
index 71208fe2e5a..00000000000
--- a/mcs/class/corlib/Test/System.Runtime.Remoting/ChangeLog
+++ /dev/null
@@ -1,60 +0,0 @@
-2009-06-25 Zoltan Varga <vargaz@gmail.com>
-
- * *.cs: Convert all tests to new-style nunit classes/methods.
-
-2008-06-14 Zoltan Varga <vargaz@gmail.com>
-
- * SynchronizationAttributeTest.cs: Reenable some tests which seem to
- work now.
-
-2005-02-21 Nick Drochak <ndrochak@ieee.org>
-
- * SoapServicesTest.cs: OK, i don't know how to handle multi-registrations.
- Just disable the whole test on Mono for now until an expert can help out.
-
-2005-02-20 Nick Drochak <ndrochak@ieee.org>
-
- * SoapServicesTest.cs: Make test work on cygwin again. Order in which
- tests are run can make a difference.
-
-2005-01-31 Nick Drochak <ndrochak@ieee.org>
-
- * SoapServicesTest.cs: Pull out asserts that do not work on mono.
- * SynchronizationAttributeTest.cs: Run test on mono, but not .NET.
-
-2004-04-06 Lluis Sanchez Gual <lluis@ximian.com>
-
- * SynchronizationAttributeTest.cs: Added test for Monitor.Exit.
-
-2004-01-08 Lluis Sanchez Gual <lluis@ximian.com>
-
- * SynchronizationAttributeTest.cs: Improved test.
-
-2003-11-26 Lluis Sanchez Gual <lluis@ximian.com>
-
- * SoapServicesTest.cs: New test added.
-
-2003-11-19 Lluis Sanchez Gual <lluis@ximian.com>
-
- * ContextTest.cs, SynchronizationAttributeTest.cs: New tests added.
-
-2003-06-19 Nick Drochak <ndrochak@gol.com>
-
- * RemotingServicesTest.cs: Lazy fix/workaround for "can't reuse
- channel" errors. Tests now pass.
-
- * RemotingConfigurationTest.cs: Don't rely on test order, and wrap some
- .NET 1.1 stuff.
-
-2003-06-18 Nick Drochak <ndrochak@gol.com>
-
- * RemotingServicesTest.cs: Change to nunit v2 format.
-
-2003-03-11 Jean-Marc Andre <jean-marc.andre@polymtl.ca>
-
- * RemotingConfigurationTest.cs: New unit test added
-
-
-2003-03-03 Jean-Marc Andre <jean-marc.andre@polymtl.ca>
-
- * RemotingServicesTest.cs: New unit test added