[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Security.Principal / ChangeLog
1 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
2
3         * *.cs: Convert all tests to new-style nunit classes/methods.
4
5 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6
7         * GenericIdentityTest.cs GenericPrincipalTest.cs: Make these tests
8         quiet.
9
10 2006-08-08  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * GenericIdentityTest.cs: Added serialization test cases.
13         * GenericPrincipalTest.cs: Added serialization test cases.
14
15 2005-08-30  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * GenericPrincipalTest.cs: Roles are case insensitive.
18
19 2005-06-17  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * WindowsPrincipalTest.cs: In NET_2_0 multiple IsInRole methods can 
22         now accept null.
23
24 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * WindowsIdentityTest.cs: Fixed IsPosix for NET_2_0.
27
28 2004-04-20  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * WindowsIdentityTest.cs: Don't fail on Windows for some contructor 
31         tests (in NET_1_1). Checking for Windows 2003 Server isn't enough as
32         the domain must also be Windows 2003 Server based to work. Also skip
33         the GetRolesViaReflection when running os POSIX systems.
34
35 2004-04-14  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * WindowsIdentityTest.cs: Added reflection and serialization tests.
38
39 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * WindowsIdentityTest.cs: Adjusted unit tests to run on both Windows
42         and Linux (or any POSIX compliant OS).
43         * WindowsPrincipalTest.cs: Removed [Ignore] from some tests.
44
45 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
46
47         * WindowsIdentityTest.cs: New. Partial unit test for WindowsIdentity.
48         * WindowsPrincipalTest.cs: New. Partial unit test for WindowsPrincipal.
49
50 2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>
51
52         * GenericIdentityTest.cs: New. Complete unit test.
53         * GenericPrincipalTest.cs: New. Complete unit test.
54         * ChangeLog: New.