31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
|
2005-09-21 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* 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 <sebastien@ximian.com>
|
||
|
|
||
|
* AspNetHostingPermissionHelper.cs: SetUp method is now virtual.
|
||
|
|
||
|
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* 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 <sebastien@ximian.com>
|
||
|
|
||
|
* 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 <sebastien@ximian.com>
|
||
|
|
||
|
* AspNetHostingMinimal.cs: CAS test helper class to test for Minimal
|
||
|
level.
|
||
|
* AspNetHostingPermissionHelper.cs: CAS test helper class to test for
|
||
|
AspNetHostingPermission.
|