ChangeLog 3.1 KB

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