ChangeLog 3.4 KB

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