Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,54 +0,0 @@
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.