2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Web / Test / System.Web.Security / ChangeLog
1 2005-09-09  Sebastien Pouliot  <sebastien@ximian.com> 
2  
3         * DefaultAuthenticationEventArgsCas.cs: New. CAS unit tests.
4         * DefaultAuthenticationModuleCas.cs: New. CAS unit tests.
5         * FileAuthorizationModuleCas.cs: New. CAS unit tests.
6         * FormsAuthenticationCas.cs: New. CAS unit tests.
7         * FormsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
8         * FormsAuthenticationModuleCas.cs: New. CAS unit tests.
9         * FormsAuthenticationTicketCas.cs: New. CAS unit tests.
10         * FormsIdentityCas.cs: New. CAS unit tests.
11         * FormsIdentityTest.cs: New. Unit tests for FormsIdentity.
12         * PassportAuthenticationEventArgsCas.cs: Added LinkDemand tests.
13         * PassportAuthenticationModuleCas.cs: New. CAS unit tests.
14         * PassportIdentityCas.cs: New. CAS unit tests.
15         * WindowsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
16         * WindowsAuthenticationModuleCas.cs: New. CAS unit tests.
17         * UrlAuthorizationModuleCas.cs: New. CAS unit tests.
18
19 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * FormsAuthenticationEventArgsCas.cs: New. CAS unit tests.
22         * PassportAuthenticationEventArgsCas.cs: New. CAS unit tests.
23         * WindowsAuthenticationEventArgsCas.cs: New. CAS unit tests.
24
25 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
26
27         * FormsAuthenticationTest.cs: Some results are different in 1.x.
28         Some results are different for Mono too (Gonzalo's beautification).
29
30 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * FormsAuthenticationTest.cs: Added tests for default properties
33         (both 1.x and 2.0).
34         * MembershipProviderCollectionTest.cs: Add test case for unexisting
35         membership provider.
36         * MembershipUserCollectionTest.cs: New (2.0). Unit tests for 
37         MembershipUserCollection.
38         * RolesTest.cs: New (2.0). Basic tests for Roles default properties 
39         (sadly anything else requires settings in web.config).
40
41 2005-08-23  Sebastien Pouliot  <sebastien@ximian.com>
42
43         * FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
44         Normalized line endings.
45
46 2005-08-18  Sebastien Pouliot  <sebastien@ximian.com>
47
48         * MembershipTest.cs: New. Unit tests for Membership class.
49         * MembershipProviderCollectionTest.cs: New. Unit tests for 
50         MembershipProviderCollection class.
51
52 2005-05-21  Sebastien Pouliot  <sebastien@ximian.com>
53
54         * FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.