ChangeLog 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. 2005-09-09 Sebastien Pouliot <[email protected]>
  2. * DefaultAuthenticationEventArgsCas.cs: New. CAS unit tests.
  3. * DefaultAuthenticationModuleCas.cs: New. CAS unit tests.
  4. * FileAuthorizationModuleCas.cs: New. CAS unit tests.
  5. * FormsAuthenticationCas.cs: New. CAS unit tests.
  6. * FormsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
  7. * FormsAuthenticationModuleCas.cs: New. CAS unit tests.
  8. * FormsAuthenticationTicketCas.cs: New. CAS unit tests.
  9. * FormsIdentityCas.cs: New. CAS unit tests.
  10. * FormsIdentityTest.cs: New. Unit tests for FormsIdentity.
  11. * PassportAuthenticationEventArgsCas.cs: Added LinkDemand tests.
  12. * PassportAuthenticationModuleCas.cs: New. CAS unit tests.
  13. * PassportIdentityCas.cs: New. CAS unit tests.
  14. * WindowsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
  15. * WindowsAuthenticationModuleCas.cs: New. CAS unit tests.
  16. * UrlAuthorizationModuleCas.cs: New. CAS unit tests.
  17. 2005-09-01 Sebastien Pouliot <[email protected]>
  18. * FormsAuthenticationEventArgsCas.cs: New. CAS unit tests.
  19. * PassportAuthenticationEventArgsCas.cs: New. CAS unit tests.
  20. * WindowsAuthenticationEventArgsCas.cs: New. CAS unit tests.
  21. 2005-08-25 Sebastien Pouliot <[email protected]>
  22. * FormsAuthenticationTest.cs: Some results are different in 1.x.
  23. Some results are different for Mono too (Gonzalo's beautification).
  24. 2005-08-25 Sebastien Pouliot <[email protected]>
  25. * FormsAuthenticationTest.cs: Added tests for default properties
  26. (both 1.x and 2.0).
  27. * MembershipProviderCollectionTest.cs: Add test case for unexisting
  28. membership provider.
  29. * MembershipUserCollectionTest.cs: New (2.0). Unit tests for
  30. MembershipUserCollection.
  31. * RolesTest.cs: New (2.0). Basic tests for Roles default properties
  32. (sadly anything else requires settings in web.config).
  33. 2005-08-23 Sebastien Pouliot <[email protected]>
  34. * FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
  35. Normalized line endings.
  36. 2005-08-18 Sebastien Pouliot <[email protected]>
  37. * MembershipTest.cs: New. Unit tests for Membership class.
  38. * MembershipProviderCollectionTest.cs: New. Unit tests for
  39. MembershipProviderCollection class.
  40. 2005-05-21 Sebastien Pouliot <[email protected]>
  41. * FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.