ChangeLog 2.9 KB

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