[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.ComponentModel.Design.Serialization / ChangeLog
1 2009-06-06  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * ContextStackTest.cs: Added unit tests for indexers, and argument
4         (null) checks.
5
6 2007-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * ContextStackTest.cs: Fix build of unit tests on 1.0 profile.
9
10 2007-08-19  Ivan N. Zlatev  <contact@i-nz.net>
11
12         * ContextStackTest.cs: New unit tests for ContextStack.
13
14 2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * InstanceDescriptorTest.cs: Improved ctor tests. Added tests for
17         properties and fields.
18
19 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
20  
21         * InstanceDescriptorCas.cs: Added more tests for LinkDemand as it just
22         occured to me that it looked like the LinkDemand was on the class (and
23         not only on the ctor).
24
25 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
26
27         * InstanceDescriptorCas.cs: New. CAS unit tests.
28         * InstanceDescriptorTest.cs: New. Unit tests for InstanceDescriptor
29         when using a ContructorInfo.