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