ChangeLog 1.0 KB

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