ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930
  1. 2005-09-21 Sebastien Pouliot <[email protected]>
  2. * AspNetHostingNone.cs: New. CAS test helper class to test for None
  3. level - which includes class that don't use AspNetHostingPermission
  4. at all.
  5. 2005-09-13 Sebastien Pouliot <[email protected]>
  6. * AspNetHostingPermissionHelper.cs: SetUp method is now virtual.
  7. 2005-09-09 Sebastien Pouliot <[email protected]>
  8. * AspNetHostingMinimal.cs: Rename tests to LinkDemand_* so they have
  9. less chances to conflict with tests in derived classes.
  10. * AspNetHostingPermissionHelper.cs: Made VoidType public.
  11. 2005-09-02 Sebastien Pouliot <[email protected]>
  12. * AspNetHostingMinimal.cs: Added new required parameters to all calls
  13. to CreateControl.
  14. * AspNetHostingPermissionHelper.cs: Made CreateControl virtual and
  15. accept a SecurityAction and AspNetHostingPermissionLevel parameters
  16. for more flexibility in testing.
  17. 2005-09-01 Sebastien Pouliot <[email protected]>
  18. * AspNetHostingMinimal.cs: CAS test helper class to test for Minimal
  19. level.
  20. * AspNetHostingPermissionHelper.cs: CAS test helper class to test for
  21. AspNetHostingPermission.