| 1234567891011121314151617181920212223242526272829 |
- 2005-11-16 Sebastien Pouliot <[email protected]>
- * AspNetHostingPermissionAttributeCas.cs: New. CAS unit tests.
- * AspNetHostingPermissionCas.cs: New. CAS unit tests.
- 2005-09-21 Sebastien Pouliot <[email protected]>
- * AspNetHostingPermissionTest.cs: 2.0 RC fixed the "unrestricted" XML
- so the test case has been updated.
- * AspNetHostingPermissionAttributeTest.cs: Removed actions that have
- been killed in 2.0 RC.
- 2005-01-19 Sebastien Pouliot <[email protected]>
- * AspNetHostingPermissionTest.cs: Re-fixed for NET_1_1. Fx 1.1 SP1
- as changed (fixed) the behaviour so the test has been updated to
- work for any case.
- 2005-01-18 Sebastien Pouliot <[email protected]>
- * AspNetHostingPermissionTest.cs: Fixed for NET_1_1 which has a
- different (but bad) behaviour for intersecting with null.
- 2004-09-10 Sebastien Pouliot <[email protected]>
- * AspNetHostingPermissionAttributeTest.cs: New. Unit tests for AspNet
- HostingPermissionAttribute.
- * AspNetHostingPermissionTest.cs: New. Unit tests for AspNetHosting
- Permission.
|