ChangeLog 3.3 KB

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