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