e5f2f6ce239340863894332fa3faf0de6f15858a
[mono.git] / mcs / class / System / Test / System.Web / ChangeLog
1 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AspNetHostingPermissionAttributeCas.cs: New. CAS unit tests.
4         * AspNetHostingPermissionCas.cs: New. CAS unit tests.
5
6 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * AspNetHostingPermissionTest.cs: 2.0 RC fixed the "unrestricted" XML
9         so the test case has been updated.
10         * AspNetHostingPermissionAttributeTest.cs: Removed actions that have
11         been killed in 2.0 RC.
12
13 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * AspNetHostingPermissionTest.cs: Re-fixed for NET_1_1. Fx 1.1 SP1
16         as changed (fixed) the behaviour so the test has been updated to
17         work for any case.
18
19 2005-01-18  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * AspNetHostingPermissionTest.cs: Fixed for NET_1_1 which has a 
22         different (but bad) behaviour for intersecting with null.
23
24 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * AspNetHostingPermissionAttributeTest.cs: New. Unit tests for AspNet
27         HostingPermissionAttribute.
28         * AspNetHostingPermissionTest.cs: New. Unit tests for AspNetHosting
29         Permission.