Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

55 lines
1.8 KiB
Plaintext

2009-06-24 Zoltan Varga <vargaz@gmail.com>
* *.cs: Convert all tests to new-style nunit classes/methods.
2009-02-04 Zoltan Varga <vargaz@gmail.com>
* GenericIdentityTest.cs GenericPrincipalTest.cs: Make these tests
quiet.
2006-08-08 Sebastien Pouliot <sebastien@ximian.com>
* GenericIdentityTest.cs: Added serialization test cases.
* GenericPrincipalTest.cs: Added serialization test cases.
2005-08-30 Sebastien Pouliot <sebastien@ximian.com>
* GenericPrincipalTest.cs: Roles are case insensitive.
2005-06-17 Sebastien Pouliot <sebastien@ximian.com>
* WindowsPrincipalTest.cs: In NET_2_0 multiple IsInRole methods can
now accept null.
2005-05-09 Sebastien Pouliot <sebastien@ximian.com>
* WindowsIdentityTest.cs: Fixed IsPosix for NET_2_0.
2004-04-20 Sebastien Pouliot <sebastien@ximian.com>
* WindowsIdentityTest.cs: Don't fail on Windows for some contructor
tests (in NET_1_1). Checking for Windows 2003 Server isn't enough as
the domain must also be Windows 2003 Server based to work. Also skip
the GetRolesViaReflection when running os POSIX systems.
2004-04-14 Sebastien Pouliot <sebastien@ximian.com>
* WindowsIdentityTest.cs: Added reflection and serialization tests.
2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
* WindowsIdentityTest.cs: Adjusted unit tests to run on both Windows
and Linux (or any POSIX compliant OS).
* WindowsPrincipalTest.cs: Removed [Ignore] from some tests.
2003-12-29 Sebastien Pouliot <spouliot@videotron.ca>
* WindowsIdentityTest.cs: New. Partial unit test for WindowsIdentity.
* WindowsPrincipalTest.cs: New. Partial unit test for WindowsPrincipal.
2003-07-01 Sebastien Pouliot <spouliot@videotron.ca>
* GenericIdentityTest.cs: New. Complete unit test.
* GenericPrincipalTest.cs: New. Complete unit test.
* ChangeLog: New.