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