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