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,95 +0,0 @@
2010-02-11 Marek Habersack <mhabersack@novell.com>
* RolesTest.cs: added a test for IsUserInRole. Patch from Tiaan
Geldenhuys <tagdev@gmail.com>, thanks!
2007-02-10 Gert Driesen <drieseng@users.sourceforge.net>
* FormsAuthenticationTest.cs: Fixed build using csc 1.x.
2006-12-10 Igor Zelmanovich <igorz@mainsoft.com>
* FormsAuthenticationTest.cs: fixed tests.
2006-11-29 Igor Zelmanovich <igorz@mainsoft.com>
* FormsAuthenticationTest.cs: fixed NunitWeb tests.
2006-07-10 Andrew Skiba <andrews@mainsoft.com>
* FormsAuthenticationTest.cs: run 2 tests in web context, so they
succeed.
2006-05-01 Chris Toshok <toshok@ximian.com>
* MembershipTest.cs (GeneratePassword): add test for password
generation.
2005-09-21 Sebastien Pouliot <sebastien@ximian.com>
* FormsAuthenticationTest.cs: CookieDomain property (2.0) changed from
String.Empty (beta2) to null (RC).
* MembershipProviderTest.cs: New. Mostly* useless test cases (* well
in proves it cannot be tested without providers and some extra infra).
* RolePrincipalTest.cs: : New. Mostly* useless test cases (* well
in proves it cannot be tested without providers and some extra infra).
2005-09-18 Sebastien Pouliot <sebastien@ximian.com>
* FormsIdentityTest.cs: Changed constructor used to create the ticket
to one that doesn't throw a NRE under MS runtime.
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
* DefaultAuthenticationEventArgsCas.cs: New. CAS unit tests.
* DefaultAuthenticationModuleCas.cs: New. CAS unit tests.
* FileAuthorizationModuleCas.cs: New. CAS unit tests.
* FormsAuthenticationCas.cs: New. CAS unit tests.
* FormsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
* FormsAuthenticationModuleCas.cs: New. CAS unit tests.
* FormsAuthenticationTicketCas.cs: New. CAS unit tests.
* FormsIdentityCas.cs: New. CAS unit tests.
* FormsIdentityTest.cs: New. Unit tests for FormsIdentity.
* PassportAuthenticationEventArgsCas.cs: Added LinkDemand tests.
* PassportAuthenticationModuleCas.cs: New. CAS unit tests.
* PassportIdentityCas.cs: New. CAS unit tests.
* WindowsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
* WindowsAuthenticationModuleCas.cs: New. CAS unit tests.
* UrlAuthorizationModuleCas.cs: New. CAS unit tests.
2005-09-01 Sebastien Pouliot <sebastien@ximian.com>
* FormsAuthenticationEventArgsCas.cs: New. CAS unit tests.
* PassportAuthenticationEventArgsCas.cs: New. CAS unit tests.
* WindowsAuthenticationEventArgsCas.cs: New. CAS unit tests.
2005-08-25 Sebastien Pouliot <sebastien@ximian.com>
* FormsAuthenticationTest.cs: Some results are different in 1.x.
Some results are different for Mono too (Gonzalo's beautification).
2005-08-25 Sebastien Pouliot <sebastien@ximian.com>
* FormsAuthenticationTest.cs: Added tests for default properties
(both 1.x and 2.0).
* MembershipProviderCollectionTest.cs: Add test case for unexisting
membership provider.
* MembershipUserCollectionTest.cs: New (2.0). Unit tests for
MembershipUserCollection.
* RolesTest.cs: New (2.0). Basic tests for Roles default properties
(sadly anything else requires settings in web.config).
2005-08-23 Sebastien Pouliot <sebastien@ximian.com>
* FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
Normalized line endings.
2005-08-18 Sebastien Pouliot <sebastien@ximian.com>
* MembershipTest.cs: New. Unit tests for Membership class.
* MembershipProviderCollectionTest.cs: New. Unit tests for
MembershipProviderCollection class.
2005-05-21 Sebastien Pouliot <sebastien@ximian.com>
* FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.