ChangeLog 3.0 KB

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