| 123456789101112131415161718192021222324252627282930 |
- 2005-09-21 Sebastien Pouliot <[email protected]>
- * AspNetHostingNone.cs: New. CAS test helper class to test for None
- level - which includes class that don't use AspNetHostingPermission
- at all.
- 2005-09-13 Sebastien Pouliot <[email protected]>
- * AspNetHostingPermissionHelper.cs: SetUp method is now virtual.
- 2005-09-09 Sebastien Pouliot <[email protected]>
- * AspNetHostingMinimal.cs: Rename tests to LinkDemand_* so they have
- less chances to conflict with tests in derived classes.
- * AspNetHostingPermissionHelper.cs: Made VoidType public.
- 2005-09-02 Sebastien Pouliot <[email protected]>
- * AspNetHostingMinimal.cs: Added new required parameters to all calls
- to CreateControl.
- * AspNetHostingPermissionHelper.cs: Made CreateControl virtual and
- accept a SecurityAction and AspNetHostingPermissionLevel parameters
- for more flexibility in testing.
- 2005-09-01 Sebastien Pouliot <[email protected]>
- * AspNetHostingMinimal.cs: CAS test helper class to test for Minimal
- level.
- * AspNetHostingPermissionHelper.cs: CAS test helper class to test for
- AspNetHostingPermission.
|