2005-09-21 Sebastien Pouliot * 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 * AspNetHostingPermissionHelper.cs: SetUp method is now virtual. 2005-09-09 Sebastien Pouliot * 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 * 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 * AspNetHostingMinimal.cs: CAS test helper class to test for Minimal level. * AspNetHostingPermissionHelper.cs: CAS test helper class to test for AspNetHostingPermission.