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