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