2009-06-12 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mcs / class / corlib / Test / System.Runtime.Remoting / ChangeLog
1 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
2
3         * SynchronizationAttributeTest.cs: Reenable some tests which seem to
4         work now.
5
6 2005-02-21  Nick Drochak <ndrochak@ieee.org>
7
8         * SoapServicesTest.cs: OK, i don't know how to handle multi-registrations.
9         Just disable the whole test on Mono for now until an expert can help out.
10
11 2005-02-20  Nick Drochak <ndrochak@ieee.org>
12
13         * SoapServicesTest.cs: Make test work on cygwin again. Order in which
14         tests are run can make a difference.
15
16 2005-01-31  Nick Drochak <ndrochak@ieee.org>
17
18         * SoapServicesTest.cs: Pull out asserts that do not work on mono.
19         * SynchronizationAttributeTest.cs: Run test on mono, but not .NET.
20
21 2004-04-06  Lluis Sanchez Gual <lluis@ximian.com>
22
23         * SynchronizationAttributeTest.cs: Added test for Monitor.Exit.
24
25 2004-01-08  Lluis Sanchez Gual <lluis@ximian.com>
26         
27         * SynchronizationAttributeTest.cs: Improved test.
28         
29 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
30         
31         * SoapServicesTest.cs: New test added.
32         
33 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
34         
35         * ContextTest.cs, SynchronizationAttributeTest.cs: New tests added.
36
37 2003-06-19  Nick Drochak <ndrochak@gol.com>
38
39         * RemotingServicesTest.cs: Lazy fix/workaround for "can't reuse 
40         channel" errors. Tests now pass.
41
42         * RemotingConfigurationTest.cs: Don't rely on test order, and wrap some
43         .NET 1.1 stuff.
44
45 2003-06-18  Nick Drochak <ndrochak@gol.com>
46
47         * RemotingServicesTest.cs: Change to nunit v2 format.
48
49 2003-03-11  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
50
51         * RemotingConfigurationTest.cs: New unit test added
52
53
54 2003-03-03  Jean-Marc Andre <jean-marc.andre@polymtl.ca>
55
56         * RemotingServicesTest.cs: New unit test added