ChangeLog 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. * UrlAuthorizationModuleCas.cs: New. CAS unit tests.
  16. 2005-09-01 Sebastien Pouliot <[email protected]>
  17. * FormsAuthenticationEventArgsCas.cs: New. CAS unit tests.
  18. * PassportAuthenticationEventArgsCas.cs: New. CAS unit tests.
  19. * WindowsAuthenticationEventArgsCas.cs: New. CAS unit tests.
  20. 2005-08-25 Sebastien Pouliot <[email protected]>
  21. * FormsAuthenticationTest.cs: Some results are different in 1.x.
  22. Some results are different for Mono too (Gonzalo's beautification).
  23. 2005-08-25 Sebastien Pouliot <[email protected]>
  24. * FormsAuthenticationTest.cs: Added tests for default properties
  25. (both 1.x and 2.0).
  26. * MembershipProviderCollectionTest.cs: Add test case for unexisting
  27. membership provider.
  28. * MembershipUserCollectionTest.cs: New (2.0). Unit tests for
  29. MembershipUserCollection.
  30. * RolesTest.cs: New (2.0). Basic tests for Roles default properties
  31. (sadly anything else requires settings in web.config).
  32. 2005-08-23 Sebastien Pouliot <[email protected]>
  33. * FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
  34. Normalized line endings.
  35. 2005-08-18 Sebastien Pouliot <[email protected]>
  36. * MembershipTest.cs: New. Unit tests for Membership class.
  37. * MembershipProviderCollectionTest.cs: New. Unit tests for
  38. MembershipProviderCollection class.
  39. 2005-05-21 Sebastien Pouliot <[email protected]>
  40. * FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.