2005-09-22 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System / Test / System.Web / ChangeLog
1 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AspNetHostingPermissionTest.cs: 2.0 RC fixed the "unrestricted" XML
4         so the test case has been updated.
5         * AspNetHostingPermissionAttributeTest.cs: Removed actions that have
6         been killed in 2.0 RC.
7
8 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
9
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
14 2005-01-18  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * AspNetHostingPermissionTest.cs: Fixed for NET_1_1 which has a 
17         different (but bad) behaviour for intersecting with null.
18
19 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * AspNetHostingPermissionAttributeTest.cs: New. Unit tests for AspNet
22         HostingPermissionAttribute.
23         * AspNetHostingPermissionTest.cs: New. Unit tests for AspNetHosting
24         Permission.