ChangeLog 2.4 KB

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