ChangeLog 3.2 KB

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