ChangeLog 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 2005-09-01 Sebastien Pouliot <[email protected]>
  2. * FormsAuthenticationEventArgsCas.cs: New. CAS unit tests.
  3. * PassportAuthenticationEventArgsCas.cs: New. CAS unit tests.
  4. * WindowsAuthenticationEventArgsCas.cs: New. CAS unit tests.
  5. 2005-08-25 Sebastien Pouliot <[email protected]>
  6. * FormsAuthenticationTest.cs: Some results are different in 1.x.
  7. Some results are different for Mono too (Gonzalo's beautification).
  8. 2005-08-25 Sebastien Pouliot <[email protected]>
  9. * FormsAuthenticationTest.cs: Added tests for default properties
  10. (both 1.x and 2.0).
  11. * MembershipProviderCollectionTest.cs: Add test case for unexisting
  12. membership provider.
  13. * MembershipUserCollectionTest.cs: New (2.0). Unit tests for
  14. MembershipUserCollection.
  15. * RolesTest.cs: New (2.0). Basic tests for Roles default properties
  16. (sadly anything else requires settings in web.config).
  17. 2005-08-23 Sebastien Pouliot <[email protected]>
  18. * FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
  19. Normalized line endings.
  20. 2005-08-18 Sebastien Pouliot <[email protected]>
  21. * MembershipTest.cs: New. Unit tests for Membership class.
  22. * MembershipProviderCollectionTest.cs: New. Unit tests for
  23. MembershipProviderCollection class.
  24. 2005-05-21 Sebastien Pouliot <[email protected]>
  25. * FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.