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