ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930
  1. 2005-08-25 Sebastien Pouliot <[email protected]>
  2. * FormsAuthenticationTest.cs: Some results are different in 1.x.
  3. Some results are different for Mono too (Gonzalo's beautification).
  4. 2005-08-25 Sebastien Pouliot <[email protected]>
  5. * FormsAuthenticationTest.cs: Added tests for default properties
  6. (both 1.x and 2.0).
  7. * MembershipProviderCollectionTest.cs: Add test case for unexisting
  8. membership provider.
  9. * MembershipUserCollectionTest.cs: New (2.0). Unit tests for
  10. MembershipUserCollection.
  11. * RolesTest.cs: New (2.0). Basic tests for Roles default properties
  12. (sadly anything else requires settings in web.config).
  13. 2005-08-23 Sebastien Pouliot <[email protected]>
  14. * FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
  15. Normalized line endings.
  16. 2005-08-18 Sebastien Pouliot <[email protected]>
  17. * MembershipTest.cs: New. Unit tests for Membership class.
  18. * MembershipProviderCollectionTest.cs: New. Unit tests for
  19. MembershipProviderCollection class.
  20. 2005-05-21 Sebastien Pouliot <[email protected]>
  21. * FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.