**** Merged from MCS ****
[mono-project.git] / mcs / class / corlib / Test / System.Security.Principal / ChangeLog
blobf3d3780396e1c26975a844673372c76f0c8095e4
1 2004-04-20  Sebastien Pouliot  <sebastien@ximian.com>
3         * WindowsIdentityTest.cs: Don't fail on Windows for some contructor 
4         tests (in NET_1_1). Checking for Windows 2003 Server isn't enough as
5         the domain must also be Windows 2003 Server based to work. Also skip
6         the GetRolesViaReflection when running os POSIX systems.
8 2004-04-14  Sebastien Pouliot  <sebastien@ximian.com>
10         * WindowsIdentityTest.cs: Added reflection and serialization tests.
12 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
14         * WindowsIdentityTest.cs: Adjusted unit tests to run on both Windows
15         and Linux (or any POSIX compliant OS).
16         * WindowsPrincipalTest.cs: Removed [Ignore] from some tests.
18 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
20         * WindowsIdentityTest.cs: New. Partial unit test for WindowsIdentity.
21         * WindowsPrincipalTest.cs: New. Partial unit test for WindowsPrincipal.
23 2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>
25         * GenericIdentityTest.cs: New. Complete unit test.
26         * GenericPrincipalTest.cs: New. Complete unit test.
27         * ChangeLog: New.