| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- 2005-09-09 Sebastien Pouliot <[email protected]>
-
- * 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 <[email protected]>
- * FormsAuthenticationEventArgsCas.cs: New. CAS unit tests.
- * PassportAuthenticationEventArgsCas.cs: New. CAS unit tests.
- * WindowsAuthenticationEventArgsCas.cs: New. CAS unit tests.
- 2005-08-25 Sebastien Pouliot <[email protected]>
- * FormsAuthenticationTest.cs: Some results are different in 1.x.
- Some results are different for Mono too (Gonzalo's beautification).
- 2005-08-25 Sebastien Pouliot <[email protected]>
- * 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 <[email protected]>
- * FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
- Normalized line endings.
- 2005-08-18 Sebastien Pouliot <[email protected]>
- * MembershipTest.cs: New. Unit tests for Membership class.
- * MembershipProviderCollectionTest.cs: New. Unit tests for
- MembershipProviderCollection class.
- 2005-05-21 Sebastien Pouliot <[email protected]>
- * FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.
|