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