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